1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 08:41:47 -07:00
Copied from Perforce
 Change: 28090
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Nick Barnes 2002-04-11 15:54:20 +01:00
parent 68f14160a9
commit c4bea88b00
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ static void error(const char *format, ...)
va_list args;
fflush(stdout); /* sync */
fprintf(stderr, "%s: @%lu ", prog, (unsigned long) eventTime);
fprintf(stderr, "%s: ", prog);
va_start(args, format);
vfprintf(stderr, format, args);
fprintf(stderr, "\n");

View file

@ -33,7 +33,7 @@ static void error(const char *format, ...)
va_list args;
fflush(stdout); /* sync */
fprintf(stderr, "%s: @%lu ", prog, (unsigned long) eventTime);
fprintf(stderr, "%s: ", prog);
va_start(args, format);
vfprintf(stderr, format, args);
fprintf(stderr, "\n");