aboutsummaryrefslogtreecommitdiff
path: root/jim.c
diff options
context:
space:
mode:
Diffstat (limited to 'jim.c')
-rw-r--r--jim.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/jim.c b/jim.c
index 207db79..9841bfc 100644
--- a/jim.c
+++ b/jim.c
@@ -7083,6 +7083,7 @@ trydouble:
}
goto retry_as_string;
}
+ intresult = 0;
Jim_DecrRefCount(interp, A);
Jim_DecrRefCount(interp, B);
switch(expr->opcode[i]) {