freebsd-ports/japanese/today/files/patch-main.c
Adam Weinberger f9d86cf02f Rename the rather surprising number of japanese/ patch-xy patches
to reflect the files they modify.
2014-07-28 22:14:07 +00:00

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]);
}