va_list args;
if (!errorFile)
- return;
+ errorFile = stderr;
va_start(args, s);
vfprintf(errorFile, s, args);
va_list args;
if (!errorFile)
- return;
+ errorFile = stderr;
if (prefix != NULL)
fprintf(errorFile, "%s", prefix);
va_list args;
if (!errorFile)
- return;
+ errorFile = stderr;
if ((outCount == 0) && (preMsg != NULL))
fprintf(errorFile, "%s\n", preMsg);
va_list args;
if (!errorFile)
- return;
+ errorFile = stderr;
if ((outCount == 0) && (preMsg != NULL))
fprintf(errorFile, "%s\n", preMsg);
va_list args;
if (!errorFile)
- return;
+ errorFile = stderr;
if ((outCount == 0) && (preMsg != NULL))
fprintf(errorFile, "%s\n", preMsg);
va_list args;
if (!errorFile)
- return;
+ errorFile = stderr;
if ((outCount == 0) && (preMsg != NULL))
fprintf(errorFile, "%s\n", preMsg);