|
|
|
@ -82,10 +82,12 @@ if (1 != step) fprintf(stderr, "\tstep is %d\n", step);
|
|
|
|
|
|
|
|
|
|
(void)fimg_timer_set(0);
|
|
|
|
|
|
|
|
|
|
#if 0
|
|
|
|
|
if (infx) fprintf(stderr, "\tin fx #%d\n", infx);
|
|
|
|
|
else fprintf(stderr, "\tno in fx\n");
|
|
|
|
|
if (outfx) fprintf(stderr, "\tout fx #%d\n", outfx);
|
|
|
|
|
else fprintf(stderr, "\tno out fx\n");
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
memset(&globbuf, 0, sizeof(glob_t));
|
|
|
|
|
foo = glob(pattern, 0, NULL, &globbuf);
|
|
|
|
@ -196,7 +198,7 @@ int blanks = 20;
|
|
|
|
|
char *InFchain = "0";
|
|
|
|
|
char *OutFchain = "0";
|
|
|
|
|
|
|
|
|
|
fprintf(stderr, "%s, compiled %s, %s, pid %d\n",
|
|
|
|
|
fprintf(stderr, "%s\n\tcompiled %s, %s, pid %d\n",
|
|
|
|
|
argv[0], __DATE__, __TIME__, getpid());
|
|
|
|
|
fimg_print_version(2);
|
|
|
|
|
|
|
|
|
|