f9d86cf02f
to reflect the files they modify.
11 lines
271 B
C
11 lines
271 B
C
--- main.c.orig Sun Mar 14 00:00:00 1999
|
|
+++ main.c Sun Feb 13 15:51:22 2000
|
|
@@ -228,7 +228,7 @@
|
|
|
|
va_start(ap, fmt);
|
|
|
|
- fprintf(stderr, "today: ");
|
|
+ fprintf(stderr, "today: %s");
|
|
if (level != ERR_INFO) {
|
|
fprintf(stderr, "%s: ", statname[level - ERR_WARN]);
|
|
}
|