From d5ba3d89393a683552eed144f2e8d217a5e54a8e Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Sun, 17 Sep 2017 16:30:37 +0200 Subject: [PATCH] Issue #597 - Switch to 'stderr' in sprtf.c --- src/sprtf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sprtf.c b/src/sprtf.c index 7e18868..3c5cff9 100644 --- a/src/sprtf.c +++ b/src/sprtf.c @@ -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) {