summaryrefslogtreecommitdiff
path: root/x11/qt3-libs/patches/patch-cf
diff options
context:
space:
mode:
Diffstat (limited to 'x11/qt3-libs/patches/patch-cf')
-rw-r--r--x11/qt3-libs/patches/patch-cf15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/qt3-libs/patches/patch-cf b/x11/qt3-libs/patches/patch-cf
new file mode 100644
index 00000000000..9f8d3e225bc
--- /dev/null
+++ b/x11/qt3-libs/patches/patch-cf
@@ -0,0 +1,15 @@
+$NetBSD: patch-cf,v 1.1.2.2 2007/08/02 07:29:29 ghen Exp $
+
+--- 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 );
+