diff options
Diffstat (limited to 'src/blind-flip.c')
| -rw-r--r-- | src/blind-flip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blind-flip.c b/src/blind-flip.c index 84cbbf3..b4f4a13 100644 --- a/src/blind-flip.c +++ b/src/blind-flip.c @@ -21,7 +21,7 @@ main(int argc, char *argv[]) while (eread_frame(&stream, buf)) for (ptr = stream.frame_size; ptr;) ewriteall(STDOUT_FILENO, buf + (ptr -= stream.row_size), - stream.row_size, "<stdout>"); + stream.row_size, "<stdout>"); /* ewriteall is faster than writev(3) and vmsplice(3) */ free(buf); |
