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)
[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'.


No differences found