about summary refs log tree commit diff
path: root/Src/loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/loop.c')
-rw-r--r--Src/loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/loop.c b/Src/loop.c
index 3432c384f..5937efc7c 100644
--- a/Src/loop.c
+++ b/Src/loop.c
@@ -92,7 +92,7 @@ execfor(Cmd cmd, LinkList args, int flags)
 			fprintf(stderr, "%s\n", str);
 			fflush(stderr);
 		    }
-		    val = matheval(str);
+		    val = mathevali(str);
 		} else
 		    val = 1;
 	    }