From f7279a489b22c536c0cf5916abbe66390072d8b2 Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 7 Sep 2010 20:10:08 +0000 Subject: * 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 --- kioslave/http/http.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'kioslave/http/http.cc') 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) -- cgit v1.2.1