fix some cppcheck warnings
authorLee <ler762@users.sourceforge.net>
Fri, 4 Jan 2019 21:07:04 +0000 (16:07 -0500)
committerLee <ler762@users.sourceforge.net>
Fri, 4 Jan 2019 21:07:04 +0000 (16:07 -0500)
commit5cf906c08e7aae99d9821416787a359c03987bcd
treebc8f2b40a83f76ef28eac6b467742c0dd83cd3fc
parent8425f09c3cc6931d4da7b56204a998713cc953ca
fix some cppcheck warnings

change the typecast to (unsigned long)
 [cgiedit.c:3196]: (warning) %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'.
 [cgiedit.c:3317]: (warning) %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'.
 [cgiedit.c:3440]: (warning) %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'.
 [cgiedit.c:3551]: (warning) %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'.
 [cgiedit.c:3673]: (warning) %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'.
 [cgiedit.c:3836]: (warning) %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'.
 [cgiedit.c:4025]: (warning) %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'.
cgiedit.c