From 2160d5e1b4e0651ec0dc4ac8f27decc57cf1a8cb Mon Sep 17 00:00:00 2001 From: Pixel Date: Wed, 2 May 2001 02:15:48 +0000 Subject: Hop --- lib/pile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/pile.c') diff --git a/lib/pile.c b/lib/pile.c index 6459019..02a418a 100644 --- a/lib/pile.c +++ b/lib/pile.c @@ -55,7 +55,7 @@ void push_pile(char *st) pushcontext(_("it's a name")); if (*st == '\'') { st++; - st[strlen(st) + 1] = 0; + st[strlen(st) - 1] = 0; } push_pile_string(Estrdup(st)); popcontext(); -- cgit v1.2.3