1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-20 07:23:51 +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':