2009-07-11 11:11:13 +02:00
|
|
|
$NetBSD: patch-cf,v 1.2 2009/07/11 09:11:13 rillig Exp $
|
2007-08-01 22:51:23 +02:00
|
|
|
|
|
|
|
--- src/tools/qglobal.cpp Mon Jul 16 10:45:03 CEST 2007
|
|
|
|
+++ src/tools/qglobal.cpp Mon Jul 16 10:45:03 CEST 2007
|
|
|
|
@@ -680,7 +680,7 @@
|
|
|
|
if ( code != -1 )
|
|
|
|
qWarning( "%s\n\tError code %d - %s", msg, code, strerror( code ) );
|
|
|
|
else
|
|
|
|
- qWarning( msg );
|
|
|
|
+ qWarning( "%s", msg );
|
|
|
|
#endif
|
|
|
|
#else
|
|
|
|
Q_UNUSED( msg );
|