more bugs

This commit is contained in:
2020-06-05 10:57:43 +02:00
parent af35f158cd
commit 166dc651b4
3 changed files with 32 additions and 12 deletions

View File

@@ -18,12 +18,10 @@ if (2 != argc) {
exit(0);
}
verbosity = 0;
verbosity = 1;
foo = try_to_read_an_OBJ_file(argv[1], 0);
fprintf(stderr, "try to read -> %d\n", foo);
return 0;
}