summaryrefslogtreecommitdiffstats
path: root/abs/core/mplayer/url_fix_20080120.diff
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/mplayer/url_fix_20080120.diff')
-rw-r--r--abs/core/mplayer/url_fix_20080120.diff10
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/core/mplayer/url_fix_20080120.diff b/abs/core/mplayer/url_fix_20080120.diff
new file mode 100644
index 0000000..a073589
--- /dev/null
+++ b/abs/core/mplayer/url_fix_20080120.diff
@@ -0,0 +1,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++) {