summaryrefslogtreecommitdiff
path: root/cginput.c
diff options
context:
space:
mode:
Diffstat (limited to 'cginput.c')
-rw-r--r--cginput.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cginput.c b/cginput.c
index 3aaf37d..957bb1d 100644
--- a/cginput.c
+++ b/cginput.c
@@ -1213,7 +1213,8 @@ static int parse_instruction_c_n (InstructionP instruction)
static int parse_instruction_i_n (InstructionP instruction)
{
- LONG i,n;
+ CleanInt i;
+ LONG n;
if (!parse_integer (&i) || !parse_unsigned_integer (&n))
return 0;