From 1897a361bf68faf47c5d5d0fa662127cbf5c2c95 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 25 Jun 2001 16:07:51 +0000 Subject: 15030: multi-parameter `for' loops --- Src/text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/text.c') diff --git a/Src/text.c b/Src/text.c index 27d16d378..7595c9add 100644 --- a/Src/text.c +++ b/Src/text.c @@ -415,7 +415,7 @@ gettext2(Estate state) taddstr(ecgetstr(state, EC_NODUP, NULL)); taddstr(")) do"); } else { - taddstr(ecgetstr(state, EC_NODUP, NULL)); + taddlist(state, *state->pc++); if (WC_FOR_TYPE(code) == WC_FOR_LIST) { taddstr(" in "); taddlist(state, *state->pc++); -- cgit 1.4.1