X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flog.cpp;h=e4d410673d9bea7f8e4f3ea215980e31636c0567;hb=b9917a7b287b02ae3eee071f970d57c9e8720f0a;hp=144eb3bfa3fbe838f8512659014a134f9daa64c9;hpb=2acc4f075932e711cfacd198672f7c99ea4b853e;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!