diff options
Diffstat (limited to 'japanese/today/files/patch-main.c')
-rw-r--r-- | japanese/today/files/patch-main.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/today/files/patch-main.c b/japanese/today/files/patch-main.c new file mode 100644 index 000000000000..b147b6553967 --- /dev/null +++ b/japanese/today/files/patch-main.c @@ -0,0 +1,11 @@ +--- 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]); + } |