diff options
author | James Meyer <james.meyer@operamail.com> | 2008-10-28 21:09:28 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-10-28 21:09:28 (GMT) |
commit | c848d1b444b9e03f047830c04f5e1e70183035e9 (patch) | |
tree | ff2e83339e0a73ad89a29c4f339045fb7c054952 /abs/extra-testing/mplayer/url_fix_20080120.diff | |
parent | c1381a8b3a355c57fca1ce2bfad0e3bf3e32b4ba (diff) | |
download | linhes_pkgbuild-c848d1b444b9e03f047830c04f5e1e70183035e9.zip linhes_pkgbuild-c848d1b444b9e03f047830c04f5e1e70183035e9.tar.gz linhes_pkgbuild-c848d1b444b9e03f047830c04f5e1e70183035e9.tar.bz2 |
move mplayer to testing
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++) { |