From 3aa2aa7e82ac4c74df298f381c8d1d280cff852e Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 14 Sep 2013 21:01:10 -0400 Subject: [SV 35248] Add --debug "n" flag to turn off current debug options. --- output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'output.c') diff --git a/output.c b/output.c index 6463432..c9e1909 100644 --- a/output.c +++ b/output.c @@ -186,7 +186,7 @@ static sync_handle_t sync_handle = -1; static int sync_init () { - int combined_output; + int combined_output = 0; #ifdef WINDOWS32 if ((!STREAM_OK (stdout) && !STREAM_OK (stderr)) -- cgit v1.2.3