diff options
author | Paul Gilbert | 2018-12-08 19:45:44 -0800 |
---|---|---|
committer | Paul Gilbert | 2018-12-08 19:45:44 -0800 |
commit | 34d01af00482cde23de2913e383c409fd82d96c7 (patch) | |
tree | 1e9457346b08ad65a45266820fe54be1c56f9581 /engines/glk/frotz | |
parent | ac9830614d07d80f0c02d9d7c75d709f9d534466 (diff) | |
download | scummvm-rg350-34d01af00482cde23de2913e383c409fd82d96c7.tar.gz scummvm-rg350-34d01af00482cde23de2913e383c409fd82d96c7.tar.bz2 scummvm-rg350-34d01af00482cde23de2913e383c409fd82d96c7.zip |
GLK: Fix Buildbot identified warnings
Diffstat (limited to 'engines/glk/frotz')
-rw-r--r-- | engines/glk/frotz/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/frotz/detection.cpp b/engines/glk/frotz/detection.cpp index 7afeec227f..c0b7149082 100644 --- a/engines/glk/frotz/detection.cpp +++ b/engines/glk/frotz/detection.cpp @@ -98,7 +98,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\", %lu),", + debug("ENTRY0(\"%s\", \"%s-%s\", \"%s\", %u),", folderName.c_str(), fname.c_str(), serial, md5.c_str(), filesize); } const PlainGameDescriptor &desc = FROTZ_GAME_LIST[0]; |