aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/detection.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2018-11-16 20:38:25 -0800
committerPaul Gilbert2018-12-08 19:05:59 -0800
commitbc4df65bd7b81dc5cec98f6681e9d83f7c22dc8e (patch)
tree8dd8ac087d1d07a161fa0da72a037bb021e6453f /engines/glk/frotz/detection.cpp
parentfc2b1edd1fd6227e9495ada72840e9434f9095fa (diff)
downloadscummvm-rg350-bc4df65bd7b81dc5cec98f6681e9d83f7c22dc8e.tar.gz
scummvm-rg350-bc4df65bd7b81dc5cec98f6681e9d83f7c22dc8e.tar.bz2
scummvm-rg350-bc4df65bd7b81dc5cec98f6681e9d83f7c22dc8e.zip
GLK: Fix gcc compiler warnings
Diffstat (limited to 'engines/glk/frotz/detection.cpp')
-rw-r--r--engines/glk/frotz/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/frotz/detection.cpp b/engines/glk/frotz/detection.cpp
index 61d9a1455e..29eb5d7e94 100644
--- a/engines/glk/frotz/detection.cpp
+++ b/engines/glk/frotz/detection.cpp
@@ -93,7 +93,7 @@ bool FrotzMetaEngine::detectGames(const Common::FSList &fslist, DetectedGames &g
if (dot)
fname = Common::String(fname.c_str(), dot);
- debug("ENTRY0(\"%s\", \"%s-%s\", \"%s\", %u),",
+ debug("ENTRY0(\"%s\", \"%s-%s\", \"%s\", %lu),",
folderName.c_str(), fname.c_str(), serial, md5.c_str(), filesize);
}
const PlainGameDescriptor &desc = FROTZ_GAME_LIST[0];