diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2015-01-05 15:17:14 +0100 |
---|---|---|
committer | Mikael Magnusson <mikachu@gmail.com> | 2015-01-06 23:46:06 +0100 |
commit | 18b60d85126ff29aa2bced1d213452a103a313e6 (patch) | |
tree | 2c995bedf6184fee516f9fae6234721bb9e4df10 /Src/Zle/compcore.c | |
parent | c9353814799ae399ccddaf0d48d224ce9cd52b67 (diff) | |
download | zsh-18b60d85126ff29aa2bced1d213452a103a313e6.tar.gz zsh-18b60d85126ff29aa2bced1d213452a103a313e6.zip |
34117: zle: size_t is unsigned, use int instead
The function wctomb returns an int according to my manpage, and we
furthermore check if it is negative, and then return it, and the function
signature is int, so declaring it as an int seems to make more sense.
Diffstat (limited to 'Src/Zle/compcore.c')
0 files changed, 0 insertions, 0 deletions