fix warning

This commit is contained in:
van Hauser
2020-09-22 02:05:31 +02:00
parent 093754f6bf
commit 52c135e1a2

View File

@ -1537,7 +1537,7 @@ int main(int argc, char **argv, char **envp) {
if (debug) { if (debug) {
SAYF(cMGN "[D]" cRST " cd '%s';", getthecwd()); SAYF(cMGN "[D]" cRST " cd '%s';", getthecwd());
for (i = 0; i < cc_par_cnt; i++) for (i = 0; i < (s32)cc_par_cnt; i++)
SAYF(" '%s'", cc_params[i]); SAYF(" '%s'", cc_params[i]);
SAYF("\n"); SAYF("\n");