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

@@ -111,8 +111,9 @@ if (type < 0) {
fname = argv[optind];
width = atoi(argv[optind+1]); height = atoi(argv[optind+2]);
if (verbosity>1) fprintf(stderr, "*** mkfimg *** %s %s\n", __DATE__, __TIME__);
if (verbosity) fprintf(stderr, "making '%s' %d x %d, type %d\n",
fname, width, height, type);
fname, width, height, type);
srand48(getpid() ^ time(NULL));