Issue #597 - Switch to 'stderr' in sprtf.c
This commit is contained in:
parent
a14cffc598
commit
d5ba3d8939
|
@ -294,7 +294,7 @@ static void oi( char * psin )
|
||||||
}
|
}
|
||||||
|
|
||||||
if( addstdout ) {
|
if( addstdout ) {
|
||||||
fwrite( ps, 1, len, stdout );
|
fwrite( ps, 1, len, stderr ); /* 20170917 - Switch to using 'stderr' in place of 'stdout' */
|
||||||
}
|
}
|
||||||
#ifdef ADD_LISTVIEW
|
#ifdef ADD_LISTVIEW
|
||||||
if (add2listview) {
|
if (add2listview) {
|
||||||
|
|
Loading…
Reference in a new issue