summaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2009-11-29 15:40:38 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2009-11-29 15:40:38 +0000
commit8ccd346925d78d70a96ff3da84ac99359611696e (patch)
tree630b5f9936c22a509ba5294e005d380a5b5d1614 /src/input
parent25fe0795906dbe9d594f7dca514eabb66a4ad0b5 (diff)
parentc9567a7fa4d2f182d050c5e17855d5eed6548019 (diff)
downloadxine-lib-8ccd346925d78d70a96ff3da84ac99359611696e.tar.gz
xine-lib-8ccd346925d78d70a96ff3da84ac99359611696e.tar.bz2
Merge from 1.1.
Diffstat (limited to 'src/input')
-rw-r--r--src/input/http_helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/http_helper.c b/src/input/http_helper.c
index 9bd54cb6e..70e9fea99 100644
--- a/src/input/http_helper.c
+++ b/src/input/http_helper.c
@@ -198,6 +198,7 @@ int _x_parse_url (char *url, char **proto, char** host, int *port,
} else
*it = start[i];
}
+ *it = '\0';
}
}
} else {