diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-12-16 14:47:18 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-12-16 14:47:18 -0500 |
| commit | c21b03791b3a87410a1ff10681e6819f4add8f41 (patch) | |
| tree | 730f77f809f5f4aacf21f7f3f3254ac2f34e28cb /src | |
| parent | 9b144d3c9b3e40dd7d2187204f0c2ddd63711604 (diff) | |
| download | alftools-c21b03791b3a87410a1ff10681e6819f4add8f41.tar.gz | |
alf.c: comment fix.
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; } |
