summaryrefslogtreecommitdiff
path: root/Src/Zle/compcore.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2015-01-05 15:17:14 +0100
committerMikael Magnusson <mikachu@gmail.com>2015-01-06 23:46:06 +0100
commit18b60d85126ff29aa2bced1d213452a103a313e6 (patch)
tree2c995bedf6184fee516f9fae6234721bb9e4df10 /Src/Zle/compcore.c
parentc9353814799ae399ccddaf0d48d224ce9cd52b67 (diff)
downloadzsh-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