forked from tTh/FloatImg
more blabla
This commit is contained in:
parent
ea0945ab98
commit
8386c852a9
@ -301,6 +301,13 @@ if (foo) {
|
|||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (verbosity) {
|
||||||
|
fprintf(stderr, "\tinput glob '%s'\n", argv[optind]);
|
||||||
|
fprintf(stderr, "\toutput dir '%s'\n", argv[optind+1]);
|
||||||
|
fprintf(stderr, "\tsrc filter '%s'\n", InFchain);
|
||||||
|
fprintf(stderr, "\tout filter '%s'\n", OutFchain);
|
||||||
|
}
|
||||||
|
|
||||||
if (verbosity > 1) {
|
if (verbosity > 1) {
|
||||||
puts("=========================");
|
puts("=========================");
|
||||||
filterstack_list(0, __FILE__);
|
filterstack_list(0, __FILE__);
|
||||||
|
Loading…
Reference in New Issue
Block a user