aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 59574633..ba2a4229 100644
--- a/eval.c
+++ b/eval.c
@@ -2256,7 +2256,7 @@ post:
static NODE *sorted_str = NULL;
if (sorted_str == NULL)
- sorted_str = make_string("sorted_for_loop", 15);
+ sorted_str = make_string("sorted_in", 9);
/* get the array */
array = POP_ARRAY();