problem solved ?

This commit is contained in:
tth 2021-05-10 00:14:45 +02:00
parent 198bd874f1
commit 73b8048dea
1 changed files with 3 additions and 0 deletions

View File

@ -145,6 +145,9 @@ for (idx=0; idx<globbuf.gl_pathc; idx++) {
fprintf(stderr, "%s: input filter -> %d\n", __func__, foo);
exit(1);
}
#if 0
if (idx==42) fimg_dump_to_file(&input, "inputXXX.fimg", 0);
#endif
foo = traite_une_image(&input, outdir);
if (foo) {