Fixing a warning

This commit is contained in:
Wolfgang Bumiller 2012-07-28 13:50:12 +02:00
parent 244e6a0a4d
commit d06cc6c2d1

2
main.c
View file

@ -264,7 +264,7 @@ int main(int argc, char **argv) {
if (items_elements) {
printf("Mode: manual\n");
printf("There are %i items to compile:\n", items_elements);
printf("There are %lu items to compile:\n", (unsigned long)items_elements);
for (itr = 0; itr < items_elements; ++itr) {
printf(" item: %s (%s)\n",
items_data[itr].filename,