blob: a07358956156509363b572dfb25285ac8bb5afbb (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- stream/url.c (revision 24724)
+++ stream/url.c (working copy)
@@ -328,6 +328,7 @@
}
}
+ tmp = NULL;
while(i < len) {
// look for the next char that must be kept
for (j=i;j<len;j++) {
|