From f2dbedcc4f878e4eb35f72899feec7593d920c5a Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 14 Aug 2006 13:29:29 +0000 Subject: 22605: bug in complist wide character fixes introduced infinite loop --- Src/Zle/complist.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Src/Zle') diff --git a/Src/Zle/complist.c b/Src/Zle/complist.c index d982b22ce..651a22b68 100644 --- a/Src/Zle/complist.c +++ b/Src/Zle/complist.c @@ -1069,6 +1069,8 @@ compprintfmt(char *fmt, int n, int dopr, int doesc, int ml, int *stop) return mlprinted; } } + else + p += len; } } if (dopr) { -- cgit 1.4.1