mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
Merge pull request #1918 from akortunov/formattingfix
Fix integer result formatting of scripting functions
This commit is contained in:
commit
6bb8d8a728
@ -38,7 +38,7 @@ namespace Compiler
|
||||
{
|
||||
case 'l':
|
||||
|
||||
Generator::report (mCode, mLiterals, "%g");
|
||||
Generator::report (mCode, mLiterals, "%d");
|
||||
break;
|
||||
|
||||
case 'f':
|
||||
|
Loading…
x
Reference in New Issue
Block a user