mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			326 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			326 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git a/src/perl-mmagic-xs.c b/src/perl-mmagic-xs.c
 | |
| index d418d38..03d43a8 100644
 | |
| --- a/src/perl-mmagic-xs.c
 | |
| +++ b/src/perl-mmagic-xs.c
 | |
| @@ -1110,7 +1110,7 @@ GetDesc:
 | |
|  
 | |
|   error:
 | |
|      FMM_SET_ERROR(state, err);
 | |
| -    croak(SvPV_nolen(err));
 | |
| +    croak("%s", SvPV_nolen(err));
 | |
|  }
 | |
|  
 | |
|  /* maps to mod_mime_magic::apprentice */
 |