summaryrefslogtreecommitdiff
path: root/lib/pile.c
diff options
context:
space:
mode:
authorPixel <Pixel>2001-05-02 02:15:48 +0000
committerPixel <Pixel>2001-05-02 02:15:48 +0000
commit2160d5e1b4e0651ec0dc4ac8f27decc57cf1a8cb (patch)
treeabab53e3ad9d9c25682bd753e838c317595f52ff /lib/pile.c
parent4dc4eca070554700e3e4fa76f034fdf41710a1be (diff)
Hop
Diffstat (limited to 'lib/pile.c')
-rw-r--r--lib/pile.c2
1 files changed, 1 insertions, 1 deletions
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();