mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 09:49:14 +00:00
CRUISE: Fix a CppCheck error in decompiler
This commit is contained in:
parent
094b9d18bb
commit
6b8348a6bd
@ -555,7 +555,7 @@ int decompMath() {
|
||||
break;
|
||||
}
|
||||
case 4: {
|
||||
sprintf(tempbuffer, "%s\%%s", param1, param2);
|
||||
sprintf(tempbuffer, "%s % %s", param1, param2);
|
||||
pushDecomp(tempbuffer);
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user