diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-07 21:28:49 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-07 21:28:49 +0000 |
commit | 28fcdc2fa0d5fe82f323244d601ad33819cc789a (patch) | |
tree | 1570e3e9d7866b57289153dff5f00eccbd48159f /kioslave/http | |
parent | f7279a489b22c536c0cf5916abbe66390072d8b2 (diff) | |
download | tdelibs-28fcdc2fa0d5fe82f323244d601ad33819cc789a.tar.gz tdelibs-28fcdc2fa0d5fe82f323244d601ad33819cc789a.zip |
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
Diffstat (limited to 'kioslave/http')
-rw-r--r-- | kioslave/http/http.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |