diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/alf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -249,7 +249,7 @@ void crunch_file(const char *filename_arg) { exit(1); } /* so -vv will correctly say "Created" if trying to append to - a non-existent file. */ + an already-existing file. */ if(ftell(out_file) == 0) opt_append = 0; } |
