diff options
Diffstat (limited to 'src/blind-flip.c')
| -rw-r--r-- | src/blind-flip.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/blind-flip.c b/src/blind-flip.c index 98e0d58..0c18602 100644 --- a/src/blind-flip.c +++ b/src/blind-flip.c @@ -26,7 +26,6 @@ main(int argc, char *argv[]) n = stream.height * (row_size = stream.width * stream.pixel_size); buf = emalloc(n); - memcpy(buf, stream.buf, stream.ptr); while (eread_frame(&stream, buf, n)) for (ptr = n; ptr;) ewriteall(STDOUT_FILENO, buf + (ptr -= row_size), row_size, "<stdout>"); |
