]> Shamusworld >> Repos - stargem2/blobdiff - src/log.cpp
Fixed the dreaded demo failing bug! HUZZAH! Turned out to be an IRQ line
[stargem2] / src / log.cpp
index 236d56385e254651118b5f6cb1f8b08f88b052e0..7c4e9bd04b954ea9b392d6adcf506de61b171813 100755 (executable)
@@ -12,7 +12,7 @@
 static FILE * log_stream = NULL;
 static uint32 logSize = 0;
 
-bool InitLog(char * path)
+bool InitLog(const char * path)
 {
        log_stream = fopen(path, "wrt");