diff options
Diffstat (limited to 'src/cat.c')
| -rw-r--r-- | src/cat.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -333,7 +333,7 @@ cat ( input_pending = true; #endif - if (input_pending) + if (!input_pending) write_pending (outbuf, &bpout); /* Read more input into INBUF. */ |
