]> git.armaanb.net Git - opendoas.git/commit
Fix a group of sign comparison warnings.
authorNathan Holstein <nathan.holstein@gmail.com>
Sun, 2 Aug 2015 16:19:15 +0000 (12:19 -0400)
committerNathan Holstein <nathan.holstein@gmail.com>
Wed, 5 Aug 2015 12:50:20 +0000 (08:50 -0400)
commitad270e2f81fedbcef80cecb8be155953bdf5123d
tree50ea9fdbe1093084800553e14856e6ca446cb685
parent18b4161e2a80d9367477194085d52c61ab6eb5b0
Fix a group of sign comparison warnings.

These variables are used as offsets into arrays, and are never set to -1.
This commit just propagates the usage of size_t through from arraylen().
doas.c