From 87c681ac70fb4a72ab10db8191bd54adb64afcca Mon Sep 17 00:00:00 2001 From: tonton th Date: Sun, 3 Jan 2021 14:23:01 +0100 Subject: [PATCH] cosmetic --- Fonderie/fonderie.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Fonderie/fonderie.c b/Fonderie/fonderie.c index 496051c..5bce53b 100644 --- a/Fonderie/fonderie.c +++ b/Fonderie/fonderie.c @@ -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);