aboutsummaryrefslogtreecommitdiff
path: root/src/extract.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/extract.c')
-rw-r--r--src/extract.c2
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;
}