summaryrefslogtreecommitdiff
path: root/media-libs/libbs2b/files/3.1.0-format-security.patch
blob: 1b9f9f97479b909b3d107a6dd72eaa5bdce7500f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/bs2bconvert.c.orig	2015-03-06 12:24:00.168451618 +0000
+++ src/bs2bconvert.c	2015-03-06 12:22:20.504446655 +0000
@@ -153,7 +153,7 @@
 	if( ( infile = sf_open( infilename, SFM_READ, &sfinfo ) ) == NULL )
 	{
 		printf( "Not able to open input file %s.\n", infilename );
-		printf( sf_strerror( NULL ) );
+		printf( "%s", sf_strerror( NULL ) );
 		return 1;
 	}