Merge pull request #1918 from akortunov/formattingfix

Fix integer result formatting of scripting functions
pull/541/head
Bret Curtis 6 years ago committed by GitHub
commit 6bb8d8a728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save