making 'mkfimg' more quiet

This commit is contained in:
phyto 2019-06-30 17:50:34 +02:00
parent f30d66eeb3
commit 51190aa1c4
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ if (foo) {
fprintf(stderr, "create floatimg -> %d\n", foo);
exit(1);
}
fimg_describe(&fimg, "just a black flimg");
// fimg_describe(&fimg, "just a black flimg");
fimg_clear(&fimg);
foo = fimg_dump_to_file(&fimg, fname, 0);