printf now overridden

This commit is contained in:
Marty Kraimer
2004-07-08 20:48:35 +00:00
parent 51a8b2ec98
commit ad878fc71d

View File

@@ -88,8 +88,8 @@ int epicsStdioTest (const char *report)
}
}
}
fprintf(stdout,"This is first line of sample report");
fprintf(stdout,"\nThis is second and last line of sample report\n");
printf("This is first line of sample report");
printf("\nThis is second and last line of sample report\n");
errno = 0;
if(stream) {
epicsSetStdout(0);