From ac4d669afb4208526ac9d8dde74fad75a588209f Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 29 May 2001 21:41:53 +0000 Subject: 145??: fix thinko --- Src/Zle/zle_hist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/Zle') diff --git a/Src/Zle/zle_hist.c b/Src/Zle/zle_hist.c index 53481bd80..9719e5418 100644 --- a/Src/Zle/zle_hist.c +++ b/Src/Zle/zle_hist.c @@ -996,7 +996,7 @@ getvisrchstr(void) visrchstr = metafy(sbuf + 1, sptr - 1, META_DUP); if (!strlen(visrchstr)) { zsfree(visrchstr); - visrchstr = vipenultsrchstr; + visrchstr = ztrdup(vipenultsrchstr); } ret = 1; sptr = 0; -- cgit 1.4.1