1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-01 04:36:41 +00:00

Merge pull request #1918 from akortunov/formattingfix

Fix integer result formatting of scripting functions
This commit is contained in:
Bret Curtis 2018-09-11 13:32:15 +02:00 committed by GitHub
commit 6bb8d8a728
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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