Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65941
b: refs/heads/master
c: d00cd29
h: refs/heads/master
i:
  65939: 4497976
v: v3
  • Loading branch information
Maxim Levitsky authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 69bdb04 commit 7f2720a
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: 14f37aee299bf9a897516f5e33948ee1f014eae1
refs/heads/master: d00cd2985e0e796621adf0f782af1563d990b0b5
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/videobuf-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ ssize_t videobuf_read_stream(struct videobuf_queue *q,
}

if (q->read_buf->state == STATE_DONE) {
rc = CALL (q,copy_stream, q, data, count,
rc = CALL (q,copy_stream, q, data + retval, count,
retval, vbihack, nonblocking);
if (rc < 0) {
retval = rc;
Expand Down

0 comments on commit 7f2720a

Please sign in to comment.