more useles messages

This commit is contained in:
2020-06-24 12:37:02 +02:00
parent 9517c8a10f
commit a81d218fc8
3 changed files with 8 additions and 4 deletions

View File

@@ -210,6 +210,8 @@ if (3 > argc-optind) {
exit(1);
}
if (verbosity>1) fprintf(stderr, "*** fimgfx *** %s %s\n", __DATE__, __TIME__);
operator = argv[optind];
action = lookup_fxidx(operator);
if (action < 0) {