1
1
This commit was SVN r23905.
Этот коммит содержится в:
Matthias Jurenz 2010-10-18 12:11:32 +00:00
родитель 9ce76256f9
Коммит a23afc1307

@ -1417,7 +1417,7 @@ int fprintf(FILE *stream, const char *format, ...)
#if defined(HAVE___FPRINTF_CHK) && HAVE___FPRINTF_CHK
ret = __vfprintf_chk(stream, flag, format, arg);
#else /* HAVE___FPRINTF_CHK */
ret = fprintf(stream, format, arg);
ret = vfprintf(stream, format, arg);
#endif /* HAVE___FPRINTF_CHK */
va_end (arg);