aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/tads
diff options
context:
space:
mode:
authorPaul Gilbert2018-12-08 19:45:44 -0800
committerPaul Gilbert2018-12-08 19:45:44 -0800
commit34d01af00482cde23de2913e383c409fd82d96c7 (patch)
tree1e9457346b08ad65a45266820fe54be1c56f9581 /engines/glk/tads
parentac9830614d07d80f0c02d9d7c75d709f9d534466 (diff)
downloadscummvm-rg350-34d01af00482cde23de2913e383c409fd82d96c7.tar.gz
scummvm-rg350-34d01af00482cde23de2913e383c409fd82d96c7.tar.bz2
scummvm-rg350-34d01af00482cde23de2913e383c409fd82d96c7.zip
GLK: Fix Buildbot identified warnings
Diffstat (limited to 'engines/glk/tads')
-rw-r--r--engines/glk/tads/detection.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/glk/tads/detection.cpp b/engines/glk/tads/detection.cpp
index 5f0bfea00e..d33cb5d7e1 100644
--- a/engines/glk/tads/detection.cpp
+++ b/engines/glk/tads/detection.cpp
@@ -79,8 +79,7 @@ bool TADSMetaEngine::detectGames(const Common::FSList &fslist, DetectedGames &ga
if (dot)
fname = Common::String(fname.c_str(), dot);
- debug("ENTRY0(\"%s\", \"%s\", %lu),",
- fname.c_str(), md5.c_str(), filesize);
+ debug("ENTRY0(\"%s\", \"%s\", %u),", fname.c_str(), md5.c_str(), filesize);
}
const TADSDescriptor &desc = TADS_GAME_LIST[0];
gd = DetectedGame(desc.gameId, desc.description, Common::UNK_LANG, Common::kPlatformUnknown);