krkrkr bis

This commit is contained in:
tTh 2023-03-24 15:34:23 +01:00
parent ce2154d9c1
commit 39b123c641
1 changed files with 1 additions and 6 deletions

View File

@ -20,13 +20,8 @@ if (2 != argc) {
verbosity = 1;
<<<<<<< HEAD
foo = try_to_read_an_OBJ_file(argv[1], "bulles.xyz", 0);
fprintf(stderr, "try to read '%s' --> %d\n", argv[1], foo);
=======
foo = try_to_read_an_OBJ_file(argv[1], "bubulles.asc", 0);
fprintf(stderr, "try to read -> %d\n", foo);
>>>>>>> 457afac7c0a208413ff6a7f1d0932da76ecf685b
fprintf(stderr, "try to read '%s' -> %d\n", argv [1], foo);
return 0;
}