diff options
author | Dan McGee <dan@archlinux.org> | 2011-09-28 16:44:15 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-09-28 16:48:08 +0200 |
commit | 1b8bb7c1cd81c1f8f0dcffc952cd464b6a436f06 (patch) | |
tree | ef549a816aa644ef8ac2ba2201813daee67803d4 /lib/libalpm/sync.h | |
parent | f682cbd43355daa7b13389d74e0ffea0370ba89b (diff) | |
download | pacman-1b8bb7c1cd81c1f8f0dcffc952cd464b6a436f06.tar.gz pacman-1b8bb7c1cd81c1f8f0dcffc952cd464b6a436f06.tar.xz |
Use unsigned types for indent width and column count
For getcols(), the functions we call return a value of type 'unsigned
short', so it makes sense for us to do the same.
string_length() is meant to behave like strlen(), so it should return
type size_t. This exposes other functions such as indentprint() which
should also be using signed return types.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/sync.h')
0 files changed, 0 insertions, 0 deletions