summaryrefslogtreecommitdiff
authorharlekin <harlekin>2002-04-20 21:23:38 (UTC)
committer harlekin <harlekin>2002-04-20 21:23:38 (UTC)
commit679083ca18ddbf4762578d1aa010203ea188586c (patch) (unidiff)
treeeada9fcd708aedbbe8c6ef207942125ce4ad97a9
parentb452044ec1b3327f25f8552045b4229c8af39bf7 (diff)
downloadopie-679083ca18ddbf4762578d1aa010203ea188586c.zip
opie-679083ca18ddbf4762578d1aa010203ea188586c.tar.gz
opie-679083ca18ddbf4762578d1aa010203ea188586c.tar.bz2
no / needed at the url end
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/multimedia/opieplayer/libmad/libmadplugin.cpp13
1 files changed, 8 insertions, 5 deletions
diff --git a/core/multimedia/opieplayer/libmad/libmadplugin.cpp b/core/multimedia/opieplayer/libmad/libmadplugin.cpp
index 4665408..7978805 100644
--- a/core/multimedia/opieplayer/libmad/libmadplugin.cpp
+++ b/core/multimedia/opieplayer/libmad/libmadplugin.cpp
@@ -245,5 +245,5 @@ int LibMadPlugin::http_open(const QString& path ) {
245 char http_request[PATH_MAX]; 245 char http_request[PATH_MAX];
246 char filename[PATH_MAX]; 246 char filename[PATH_MAX];
247 char c; 247 // char c;
248 char *arg =strdup(path.latin1()); 248 char *arg =strdup(path.latin1());
249 249
@@ -259,8 +259,11 @@ int LibMadPlugin::http_open(const QString& path ) {
259 port = 80; 259 port = 80;
260 host = arg + strlen("http://"); 260 host = arg + strlen("http://");
261 if ((request = strchr(host, '/')) == NULL) { 261
262 qDebug("Url syntax 2error %s", host); 262 // we need to think of something better than that
263 return (0); 263 //if ((request = strchr(host, '/')) == NULL) {
264 } 264 // qDebug("Url syntax 2error %s", host);
265 // return (0);
266 // }
267
265 *request++ = 0; 268 *request++ = 0;
266 269