Browse Source

Removed closing stdout.

Branimir Karadžić 10 years ago
parent
commit
ac6d6bd958
1 changed files with 1 additions and 1 deletions
  1. 1 1
      3rdparty/fcpp/cpp1.c

+ 1 - 1
3rdparty/fcpp/cpp1.c

@@ -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);