diff options
Diffstat (limited to 'gob/inter.cpp')
| -rw-r--r-- | gob/inter.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/gob/inter.cpp b/gob/inter.cpp index 636d02a78c..2054857810 100644 --- a/gob/inter.cpp +++ b/gob/inter.cpp @@ -159,7 +159,7 @@ void inter_printText(void) {  			switch (*inter_execPtr) {  			case 23:  			case 26: -				sprintf(buf + i, "%ld", READ_LE_UINT32(inter_variables + parse_parseVarIndex())); +				sprintf(buf + i, "%d", READ_LE_UINT32(inter_variables + parse_parseVarIndex()));  				break;  			case 25:  | 
