aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/kchmviewer-kde4/files/patch-src-xchmfile.cpp
blob: 01e4543826da9ee9db9f59768309b0af017564f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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);