Commit ad869ebd authored by unknown's avatar unknown

Merge mysql.com:/home/jimw/my/mysql-4.1-8499

into mysql.com:/home/jimw/my/mysql-4.1-clean

parents e4c529d9 5ed4fd6b
...@@ -3073,9 +3073,14 @@ void tee_fprintf(FILE *file, const char *fmt, ...) ...@@ -3073,9 +3073,14 @@ void tee_fprintf(FILE *file, const char *fmt, ...)
#ifdef OS2 #ifdef OS2
fflush( file); fflush( file);
#endif #endif
va_end(args);
if (opt_outfile) if (opt_outfile)
{
va_start(args, fmt);
(void) vfprintf(OUTFILE, fmt, args); (void) vfprintf(OUTFILE, fmt, args);
va_end(args); va_end(args);
}
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment