mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -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':
|
case 'l':
|
||||||
|
|
||||||
Generator::report (mCode, mLiterals, "%g");
|
Generator::report (mCode, mLiterals, "%d");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'f':
|
case 'f':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user