Norbert Preining wrote:
Does this help: diff -urN trunk/makeinfo/cmds.c foo/makeinfo/cmds.c --- trunk/makeinfo/cmds.c 2006-02-16 13:03:48.000000000 +0100 +++ foo/makeinfo/cmds.c 2006-03-19 19:15:06.000000000 +0100 @@ -589,7 +589,7 @@ { time_t timer = time (0); struct tm *ts = localtime (&timer); - add_word_args ("%d %s %d", ts->tm_mday, _(months[ts->tm_mon]), + add_word_args ("%d %s %d", ts->tm_mday, __(months[ts->tm_mon]), ts->tm_year + 1900); } }I hope it does.
Yes, that works. Thanks!
If yes, do you agree that I close this bug until you or someone else finds another instance ... ?
You should close the bug with your next upload which includes this patch, but of course not earlier. Best wishes, Sven -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

