diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-12-11 00:13:12 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-12-11 00:13:12 -0500 |
| commit | d9dec8222e1d23323efe8be7a2045b6d1ecf4d4c (patch) | |
| tree | 9ae2321faebc6a2bf09405913810aaae1d8ba7d5 /src/extract.c | |
| parent | 67757c20c76156256b65dd8cdf6f30a29dc21937 (diff) | |
| download | alftools-d9dec8222e1d23323efe8be7a2045b6d1ecf4d4c.tar.gz | |
unalf: use "zero" rather than "null" in timestamp warning.
Diffstat (limited to 'src/extract.c')
| -rw-r--r-- | src/extract.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extract.c b/src/extract.c index 6f24c0d..9b864c3 100644 --- a/src/extract.c +++ b/src/extract.c @@ -52,7 +52,7 @@ void set_datetime() { /* don't set the date/time at all, if it's zero */ if(!t) { - fprintf(stderr, "%s: warning: date/time for %s is null, using current date/time\n", self, out_filename); + fprintf(stderr, "%s: warning: date/time for %s is zero, using current date/time\n", self, out_filename); return; } |
