]> git.armaanb.net Git - opendoas.git/commit
Fix a sign comparison warning.
authorNathan Holstein <nathan.holstein@gmail.com>
Sun, 2 Aug 2015 16:13:47 +0000 (12:13 -0400)
committerNathan Holstein <nathan.holstein@gmail.com>
Wed, 5 Aug 2015 12:50:06 +0000 (08:50 -0400)
commit18b4161e2a80d9367477194085d52c61ab6eb5b0
treec0be2993070a688acf7a052a50a7a22ee2dce3fe
parente1f898280487cd0972021b8e6a937f9597cb6ce9
Fix a sign comparison warning.

The 'i' variable was only used in this loop, so move it locally and
change its type to unsigned.
parse.y