pas grand chose...

This commit is contained in:
2020-07-06 18:08:18 +02:00
parent b39660cc78
commit d4d2dcc7f5
2 changed files with 4 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ if ( 0 == (dst->type | dst->width | dst->height) ) {
fprintf(stderr, "%s: err %d create new pic\n", __func__, foo);
return -887;
}
if (verbosity) fimg_describe(dst, "new pic");
// if (verbosity>1) fimg_describe(dst, "new pic");
}
/* check if dst and src are conpatibles */