summaryrefslogtreecommitdiffstats
path: root/MPlayer/build/url_fix_20080120.diff
blob: 43b1fdd065738eb5eddffd8d62796482f1a1d735 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Index: url.c
===================================================================
--- url.c	(revision 24724)
+++ 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++) {