Perhaps incorrectly fixing another format sequence warning

cat-town
Dan Buch 13 years ago
parent 1f224f98ef
commit bb0ac185fe

@ -30,7 +30,7 @@ int main(int argc, char *argv[])
printf("%d\n", name[2]); printf("%d\n", name[2]);
printf("%d\n", name[3]); printf("%d\n", name[3]);
printf("name as int=%d\n", (int)name); printf("name as int=%d\n", (int)*name);
printf("numbers: %d %d %d %d\n", printf("numbers: %d %d %d %d\n",
numbers[0], numbers[1], numbers[0], numbers[1],

Loading…
Cancel
Save