summaryrefslogtreecommitdiffstats
path: root/kioslave
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-07 20:10:08 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-07 20:10:08 +0000
commitf7279a489b22c536c0cf5916abbe66390072d8b2 (patch)
tree59682a9f6772edb36e999f50a6b20a6a6d685033 /kioslave
parentc8554ed8c29bbd676e1b48eb23c0ead827d8313f (diff)
downloadtdelibs-f7279a489b22c536c0cf5916abbe66390072d8b2.tar.gz
tdelibs-f7279a489b22c536c0cf5916abbe66390072d8b2.zip
* Imported all kdelibs bugfix patches from Chakra project
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1172682 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kioslave')
-rw-r--r--kioslave/http/http.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/kioslave/http/http.cc b/kioslave/http/http.cc
index 4fa95780f..c8faf40cb 100644
--- a/kioslave/http/http.cc
+++ b/kioslave/http/http.cc
@@ -2850,6 +2850,7 @@ try_again:
m_responseHeader << TQString::fromLatin1(buf);
if ((strncasecmp(buf, "HTTP", 4) == 0) ||
+ if ((strncasecmp(buf, "HTTP/", 5) == 0) ||
(strncasecmp(buf, "ICY ", 4) == 0)) // Shoutcast support
{
if (strncasecmp(buf, "ICY ", 4) == 0)