aboutsummaryrefslogtreecommitdiff
path: root/deskutils/kchmviewer-kde4/files/patch-src-xchmfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/kchmviewer-kde4/files/patch-src-xchmfile.cpp')
-rw-r--r--deskutils/kchmviewer-kde4/files/patch-src-xchmfile.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/deskutils/kchmviewer-kde4/files/patch-src-xchmfile.cpp b/deskutils/kchmviewer-kde4/files/patch-src-xchmfile.cpp
deleted file mode 100644
index 8ad9bc4278aa..000000000000
--- a/deskutils/kchmviewer-kde4/files/patch-src-xchmfile.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/xchmfile.cpp.orig Mon Jul 10 11:44:50 2006
-+++ src/xchmfile.cpp Mon Jul 10 11:45:49 2006
-@@ -1278,7 +1278,7 @@
- FIXENDIAN32(off_url);
-
- if ( RetrieveObject ( &m_chmURLSTR, buf, off_url + 8, sizeof(buf) - 1) == 0 )
-- return false;
-+ return QString::null;
-
- buf[sizeof(buf) - 1] = '\0';
- url = KCHMViewWindow::makeURLabsoluteIfNeeded ((const char*)buf);