X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fvj.cpp;h=e33ffe25f00887e4273ff8d11e8155d6b95f4812;hb=99c569a1257cc13ddd2201870266c9ef83ee3fcc;hp=de9a9a92999f31319facc370320ca946e31b5333;hpb=c4046c6cf8b342bf98f8f0ef121f9c6408806330;p=virtualjaguar diff --git a/src/vj.cpp b/src/vj.cpp index de9a9a9..e33ffe2 100644 --- a/src/vj.cpp +++ b/src/vj.cpp @@ -290,7 +290,7 @@ uint32 JaguarLoadROM(uint8 * rom, char * path) char * ext = strrchr(path, '.'); if (ext != NULL) { - WriteLog("VJ: Loading %s...", path); + WriteLog("VJ: Loading \"%s\"...", path); if (stricmp(ext, ".zip") == 0) {