]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/log.cpp
Changes for 1.0.6 update
[virtualjaguar] / src / log.cpp
index 144eb3bfa3fbe838f8512659014a134f9daa64c9..e4d410673d9bea7f8e4f3ea215980e31636c0567 100644 (file)
@@ -50,7 +50,7 @@ void WriteLog(const char * text, ...)
                fflush(log_stream);
                fclose(log_stream);
                exit(1);
-       }
+       }//*/
 
        va_end(arg);
        fflush(log_stream);                                     // Make sure that text is written!