blob: 8d33790d2908a397497271c28f761266593fe7d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff -Nur MPlayer-1.0rc2.orig/stream/url.c MPlayer-1.0rc2/stream/url.c
--- MPlayer-1.0rc2.orig/stream/url.c 2007-10-07 14:49:26.000000000 -0500
+++ MPlayer-1.0rc2/stream/url.c 2008-02-01 10:04:09.851900575 -0600
@@ -328,6 +328,7 @@
}
}
+ tmp = NULL;
while(i < len) {
// look for the next char that must be kept
for (j=i;j<len;j++) {
|