[SCM] hydrogen/master: Small fix
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Thu Dec 15 18:55:56 UTC 2011
The following commit has been merged in the master branch:
commit af1be8df2c88c55ff638c990b5e324a28348b4a2
Author: Alessio Treglia <alessio at debian.org>
Date: Thu Dec 15 19:55:36 2011 +0100
Small fix
diff --git a/debian/patches/1006_werror_format_security.patch b/debian/patches/1006_werror_format_security.patch
index 8f7f4f4..65c877f 100644
--- a/debian/patches/1006_werror_format_security.patch
+++ b/debian/patches/1006_werror_format_security.patch
@@ -13,10 +13,10 @@ Forwarded: no
for( it = last = queue.begin() ; it != queue.end() ; ++it ) {
last = it;
- printf( it->toLocal8Bit() );
-+ printf( "%s", it->toLocal8Bit() );
++ printf( "%s", it->toLocal8Bit().constData() );
if( pLogFile ) {
- fprintf( pLogFile, it->toLocal8Bit() );
-+ fprintf( pLogFile, "%s", it->toLocal8Bit() );
++ fprintf( pLogFile, "%s", it->toLocal8Bit().constData() );
fflush( pLogFile );
}
}
--
hydrogen packaging
More information about the pkg-multimedia-commits
mailing list