summary refs log tree commit diff
path: root/Src/Zle/complist.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2006-01-09 00:29:57 +0000
committerWayne Davison <wayned@users.sourceforge.net>2006-01-09 00:29:57 +0000
commit74b4973888d2fc3ccb8bfdfb6180c0145220609e (patch)
treead9101f5eb176794fed9b7d482c68fb05a1cb7c6 /Src/Zle/complist.c
parent9cf3f9ad719454ede4dba505fa17bbd5c0376478 (diff)
downloadzsh-74b4973888d2fc3ccb8bfdfb6180c0145220609e.tar.gz
zsh-74b4973888d2fc3ccb8bfdfb6180c0145220609e.tar.xz
zsh-74b4973888d2fc3ccb8bfdfb6180c0145220609e.zip
The return value of mbrtowc() is a size_t (unsigned), so don't
assign it to an int and then check if it's > 0, as that won't
work on a system where an int is larger than a size_t.  Also,
we needed to use STOUC() on a char value passed to nicechar().
Diffstat (limited to 'Src/Zle/complist.c')
0 files changed, 0 insertions, 0 deletions