From 137c94144cb236363f7af4ac86801fefde96d495 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 1 Mar 2000 10:08:02 +0000 Subject: zsh-workers/9947 --- Src/text.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Src/text.c') diff --git a/Src/text.c b/Src/text.c index 235064efc..ab052b22a 100644 --- a/Src/text.c +++ b/Src/text.c @@ -378,8 +378,8 @@ gettext2(Estate state) n = tpush(code, 1); n->u._funcdef.strs = state->strs; n->u._funcdef.end = end; - state->strs = (char *) (p + (*state->pc)); - state->pc += 2; + state->strs += *state->pc; + state->pc += 3; } } else { state->strs = s->u._funcdef.strs; -- cgit 1.4.1