minor tweaks

This commit is contained in:
Tonton Th 2020-11-04 10:42:02 +01:00
parent 905022e782
commit e404781d98
1 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ fprintf(stderr, ">>> %s ( '%s' -> '%s' %d )\n", __func__,
pattern, outdir, szfifo); pattern, outdir, szfifo);
#endif #endif
// fprintf(stderr, "\tstep is %d\n", step); if (1 != step) fprintf(stderr, "\tstep is %d\n", step);
(void)fimg_timer_set(0); (void)fimg_timer_set(0);
@ -178,7 +178,7 @@ fprintf(stderr, "*** %s :\n\tcompiled by tTh, %s %s\n\tpid %d\n",
argv[0], __DATE__, __TIME__, getpid()); argv[0], __DATE__, __TIME__, getpid());
fimg_print_version(2); fimg_print_version(2);
while ((opt = getopt(argc, argv, "ghI:O:s:T:vx:")) != -1) { while ((opt = getopt(argc, argv, "ghI:O:s:T:vw:x:")) != -1) {
switch(opt) { switch(opt) {
case 'g': convert_to_gray = 1; case 'g': convert_to_gray = 1;