Removed closing stdout.

This commit is contained in:
Branimir Karadžić 2015-06-28 09:48:35 -07:00
parent f44f5b32b1
commit ac6d6bd958

View file

@ -143,7 +143,7 @@ int fppPreProcess(struct fppTag *tags)
#endif
}
fflush(stdout);
fclose(stdout);
// BK - fclose(stdout);
if (global->errors > 0 && !global->eflag)
return(IO_ERROR);