1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-08 09:37:53 +00:00

Fix integer result formatting of scripting functions

This commit is contained in:
Andrei Kortunov 2018-09-11 14:05:44 +04:00
parent 947f20ddb9
commit f0919f51e9

View File

@ -38,7 +38,7 @@ namespace Compiler
{
case 'l':
Generator::report (mCode, mLiterals, "%g");
Generator::report (mCode, mLiterals, "%d");
break;
case 'f':