Commit a143dd14 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 c082d48d 5d7f5277
......@@ -3073,9 +3073,14 @@ void tee_fprintf(FILE *file, const char *fmt, ...)
#ifdef OS2
fflush( file);
#endif
va_end(args);
if (opt_outfile)
{
va_start(args, fmt);
(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