silence a verbose warning
This commit is contained in:
		
							parent
							
								
									4ae4947fbe
								
							
						
					
					
						commit
						c1ce8f7696
					
				@ -251,7 +251,7 @@ if (	(filehead.w != where->width) ||
 | 
			
		||||
 | 
			
		||||
/* XXX preparer la gestion des metadata */
 | 
			
		||||
if ('a' == filehead.magic[4]) {
 | 
			
		||||
	fprintf(stderr,"****** %s have metadata\n", fname);
 | 
			
		||||
	if (verbosity > 1) fprintf(stderr,"****** %s have metadata\n", fname);
 | 
			
		||||
	foo = fseek(fp, (long)sizeof(FimgMetaData), SEEK_CUR);
 | 
			
		||||
	if (foo) {
 | 
			
		||||
		fprintf(stderr, "%s: seek error\n", __func__);
 | 
			
		||||
@ -327,8 +327,8 @@ if (foo) {
 | 
			
		||||
/*
 | 
			
		||||
 *	Oh boy, we have to skeep the metadata chunck
 | 
			
		||||
 */
 | 
			
		||||
if ('a' == filehead.magic[4])	{
 | 
			
		||||
	if (verbosity)
 | 
			
		||||
if ('a' == filehead.magic[4]) {
 | 
			
		||||
	if (verbosity > 1)
 | 
			
		||||
		{ fprintf(stderr, "%s: %s has metadata\n", __func__, fname); }
 | 
			
		||||
	foo = fseek(fp, (long)sizeof(FimgMetaData), SEEK_CUR);
 | 
			
		||||
	if (foo) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user