diff options
Diffstat (limited to 'Src/Zle')
-rw-r--r-- | Src/Zle/complist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/complist.c b/Src/Zle/complist.c index b13932e24..e0ee806bb 100644 --- a/Src/Zle/complist.c +++ b/Src/Zle/complist.c @@ -599,7 +599,7 @@ clnicezputs(Listcols colors, char *s, int ml) * an input NULL, which we want to be a real character * rather than terminator. */ - sptr = nicechar(*s); + sptr = nicechar(*uptr); /* everything here is ASCII... */ width = strlen(sptr); wptr = sptr + width; |