forked from tTh/FloatImg
cosmetic
This commit is contained in:
parent
864c8d2d05
commit
87c681ac70
|
@ -82,10 +82,12 @@ if (1 != step) fprintf(stderr, "\tstep is %d\n", step);
|
||||||
|
|
||||||
(void)fimg_timer_set(0);
|
(void)fimg_timer_set(0);
|
||||||
|
|
||||||
|
#if 0
|
||||||
if (infx) fprintf(stderr, "\tin fx #%d\n", infx);
|
if (infx) fprintf(stderr, "\tin fx #%d\n", infx);
|
||||||
else fprintf(stderr, "\tno in fx\n");
|
else fprintf(stderr, "\tno in fx\n");
|
||||||
if (outfx) fprintf(stderr, "\tout fx #%d\n", outfx);
|
if (outfx) fprintf(stderr, "\tout fx #%d\n", outfx);
|
||||||
else fprintf(stderr, "\tno out fx\n");
|
else fprintf(stderr, "\tno out fx\n");
|
||||||
|
#endif
|
||||||
|
|
||||||
memset(&globbuf, 0, sizeof(glob_t));
|
memset(&globbuf, 0, sizeof(glob_t));
|
||||||
foo = glob(pattern, 0, NULL, &globbuf);
|
foo = glob(pattern, 0, NULL, &globbuf);
|
||||||
|
@ -196,7 +198,7 @@ int blanks = 20;
|
||||||
char *InFchain = "0";
|
char *InFchain = "0";
|
||||||
char *OutFchain = "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());
|
argv[0], __DATE__, __TIME__, getpid());
|
||||||
fimg_print_version(2);
|
fimg_print_version(2);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue