fix cppcheck warnings in cgisimple.c
authorLee <ler762@users.sourceforge.net>
Mon, 7 Jan 2019 05:17:08 +0000 (00:17 -0500)
committerLee <ler762@users.sourceforge.net>
Mon, 7 Jan 2019 05:17:08 +0000 (00:17 -0500)
commit9af1c10430e565c42000cbe559029bee5ebd681a
tree551ec20c4b3fc2afafc4a6282b322596f164c8fa
parent5cf906c08e7aae99d9821416787a359c03987bcd
fix cppcheck warnings in cgisimple.c

[cgisimple.c:308]: (warning) %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'.
[cgisimple.c:404]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
cgisimple.c