diff options
Diffstat (limited to 'deskutils/kchmviewer-kde4/files/patch-src-xchmfile.cpp')
-rw-r--r-- | deskutils/kchmviewer-kde4/files/patch-src-xchmfile.cpp | 11 |
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 01e4543826da..000000000000 --- a/deskutils/kchmviewer-kde4/files/patch-src-xchmfile.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/xchmfile.cpp.orig Mon Jul 25 12:27:20 2005 -+++ src/xchmfile.cpp Mon Jul 25 12:28:16 2005 -@@ -1189,7 +1189,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); |