diff options
Diffstat (limited to '')
| -rw-r--r-- | src/blind-matrix-transpose.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blind-matrix-transpose.c b/src/blind-matrix-transpose.c index 2103205..5c417db 100644 --- a/src/blind-matrix-transpose.c +++ b/src/blind-matrix-transpose.c @@ -56,7 +56,7 @@ main(int argc, char *argv[]) eopen_stream(&stream, NULL); - if (stream.width != 1 && stream.height != 12) + if (stream.width != 1 || stream.height != 1) eprintf("<stdin>: each frame must contain exactly 1 pixels\n"); stream.width = 3; |
