SCI: Fix remaining format string warning
This commit is contained in:
parent
cb4f06fb70
commit
ee86a74cd3
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ void Script::load(int script_nr, ResourceManager *resMan, ScriptPatcher *scriptP
|
|||
//
|
||||
// TODO: Remove this once such a mechanism is in place
|
||||
if (script->size() > 65535)
|
||||
warning("TODO: SCI script %d is over 64KB - it's %lu bytes long. This can't "
|
||||
warning("TODO: SCI script %d is over 64KB - it's %u bytes long. This can't "
|
||||
"be fully handled at the moment", script_nr, script->size());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue