|
|
|
@ -89,7 +89,7 @@ else fprintf(stderr, "\tno out fx\n");
@@ -89,7 +89,7 @@ else fprintf(stderr, "\tno out fx\n");
|
|
|
|
|
memset(&globbuf, 0, sizeof(glob_t)); |
|
|
|
|
foo = glob(pattern, 0, NULL, &globbuf); |
|
|
|
|
if (foo) { |
|
|
|
|
fprintf(stderr, "glob failure %d\n", foo); |
|
|
|
|
fprintf(stderr, "glob (%s) failure %d\n", pattern, foo); |
|
|
|
|
exit(1); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -217,8 +217,8 @@ while ((opt = getopt(argc, argv, "B:ghI:O:s:T:vw:x:")) != -1) {
@@ -217,8 +217,8 @@ while ((opt = getopt(argc, argv, "B:ghI:O:s:T:vw:x:")) != -1) {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (verbosity) { |
|
|
|
|
fprintf(stderr, "input glob %s\n", in_pattern); |
|
|
|
|
fprintf(stderr, "output dir %s\n", out_dir); |
|
|
|
|
fprintf(stderr, "input glob '%s'\n", in_pattern); |
|
|
|
|
fprintf(stderr, "output dir '%s'\n", out_dir); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
foo = demarre_la_machine(in_pattern, out_dir, fifosize, in_effect, |
|
|
|
|