X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flog.cpp;h=e4d410673d9bea7f8e4f3ea215980e31636c0567;hb=99c569a1257cc13ddd2201870266c9ef83ee3fcc;hp=144eb3bfa3fbe838f8512659014a134f9daa64c9;hpb=c4046c6cf8b342bf98f8f0ef121f9c6408806330;p=virtualjaguar diff --git a/src/log.cpp b/src/log.cpp index 144eb3b..e4d4106 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -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!