diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2006-01-09 00:29:57 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2006-01-09 00:29:57 +0000 |
commit | 74b4973888d2fc3ccb8bfdfb6180c0145220609e (patch) | |
tree | ad9101f5eb176794fed9b7d482c68fb05a1cb7c6 /aclocal.m4 | |
parent | 9cf3f9ad719454ede4dba505fa17bbd5c0376478 (diff) | |
download | zsh-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 'aclocal.m4')
0 files changed, 0 insertions, 0 deletions