Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65718
b: refs/heads/master
c: 8509a29
h: refs/heads/master
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent a8e616e commit b1580d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 473c653fff8dc6a63cad279a8e83395ead12119d
refs/heads/master: 8509a29ec6050a03d88f2da59fc2e361f6c16534
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/arv.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ static int ar_do_ioctl(struct inode *inode, struct file *file,
{
struct video_window *w = arg;
DEBUG(1, "VIDIOCGWIN:\n");
memset(w, 0, sizeof(w));
memset(w, 0, sizeof(*w));
w->width = ar->width;
w->height = ar->height;
return 0;
Expand Down

0 comments on commit b1580d5

Please sign in to comment.