Issue #597 - Switch to 'stderr' in sprtf.c

This commit is contained in:
Geoff McLane 2017-09-17 16:30:37 +02:00
parent a14cffc598
commit d5ba3d8939
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ static void oi( char * psin )
}
if( addstdout ) {
fwrite( ps, 1, len, stdout );
fwrite( ps, 1, len, stderr ); /* 20170917 - Switch to using 'stderr' in place of 'stdout' */
}
#ifdef ADD_LISTVIEW
if (add2listview) {