summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kdenetwork/files/kdenetwork-2.2.1-qt-2.3.2.patch')
-rw-r--r--kde-base/kdenetwork/files/kdenetwork-2.2.1-qt-2.3.2.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/kde-base/kdenetwork/files/kdenetwork-2.2.1-qt-2.3.2.patch b/kde-base/kdenetwork/files/kdenetwork-2.2.1-qt-2.3.2.patch
new file mode 100644
index 000000000000..b63929fa68d5
--- /dev/null
+++ b/kde-base/kdenetwork/files/kdenetwork-2.2.1-qt-2.3.2.patch
@@ -0,0 +1,11 @@
+--- knode/knscoring.cpp Thu Jun 7 03:28:02 2001
++++ knode/knscoring.cpp Wed Nov 14 20:18:20 2001
+@@ -80,7 +80,7 @@
+ KNHeaders::Base *h = _a->getHeaderByType(s.latin1());
+ if (!h) return "";
+ QString t = _a->getHeaderByType(s.latin1())->asUnicodeString();
+- ASSERT( t );
++ ASSERT( !t.isNull() );
+ return t;
+ }
+