mute an useless message
This commit is contained in:
parent
3bd387f0a9
commit
381f329810
@ -47,8 +47,8 @@ if (memcmp(filehead.magic, "FIMG", 4)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* XXX preparer la gestion des metadata */
|
/* XXX preparer la gestion des metadata */
|
||||||
if ('a' == filehead.magic[4] && verbosity) {
|
if ('a' == filehead.magic[4] && verbosity > 1) {
|
||||||
fprintf(stderr,"\t****** %s have metadata\n", fname);
|
fprintf(stderr,"*** %s have metadata\n", fname);
|
||||||
}
|
}
|
||||||
|
|
||||||
datas[0] = filehead.w;
|
datas[0] = filehead.w;
|
||||||
|
Loading…
Reference in New Issue
Block a user