Merci Luccia git diff!

This commit is contained in:
Tonton Th 2019-06-30 05:49:50 +02:00
parent 1008a778c9
commit b8b34d0177
2 changed files with 1 additions and 9 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@ tools/fimgstats
tools/mkfimg
tools/png2fimg
tools/addtga2fimg
tools/addpnm2fimg

View File

@ -81,15 +81,6 @@ if (foo) {
exit(2);
}
/*
if ( (tgaW != infos[0]) || (tgaW != infos[0]) ) {
fprintf(stderr, " TGA %5d %5d\n", tgaW, tgaH);
fprintf(stderr, " FIMG %5d %5d\n", infos[0], infos[1]);
fprintf(stderr, " No dimension match.\n");
exit(3);
}
*/
foo = add_pnm_to_fimg(argv[1], argv[2], 0);
return 0;