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