diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2006-01-11 19:42:40 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2006-01-11 19:42:40 +0000 |
commit | 4ffa433443f64bf9183d23dba82b122a2f7a3226 (patch) | |
tree | 4c1e7a0b74e7934bce3ec49e4d6a45812a8f4958 /Src/Zle/compmatch.c | |
parent | fa633171fd280096280628887947eb6a0dac3de7 (diff) | |
download | zsh-4ffa433443f64bf9183d23dba82b122a2f7a3226.tar.gz zsh-4ffa433443f64bf9183d23dba82b122a2f7a3226.tar.xz zsh-4ffa433443f64bf9183d23dba82b122a2f7a3226.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.
Diffstat (limited to 'Src/Zle/compmatch.c')
0 files changed, 0 insertions, 0 deletions