]> git.armaanb.net Git - opendoas.git/commitdiff
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)
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().


No differences found