From 28fcdc2fa0d5fe82f323244d601ad33819cc789a Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 7 Sep 2010 21:28:49 +0000 Subject: Fix FTBFS due to bad patch application git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1172697 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kioslave/http/http.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'kioslave') diff --git a/kioslave/http/http.cc b/kioslave/http/http.cc index c8faf40cb..f59de0db0 100644 --- a/kioslave/http/http.cc +++ b/kioslave/http/http.cc @@ -2849,7 +2849,6 @@ try_again: // calling application later m_responseHeader << TQString::fromLatin1(buf); - if ((strncasecmp(buf, "HTTP", 4) == 0) || if ((strncasecmp(buf, "HTTP/", 5) == 0) || (strncasecmp(buf, "ICY ", 4) == 0)) // Shoutcast support { -- cgit v1.2.1