[vlc-devel] commit: Fixed old naming standard splitted rar archive (close #2733). ( Laurent Aimar )

git version control git at videolan.org
Thu Jun 4 00:10:06 CEST 2009


vlc | branch: 1.0-bugfix | Laurent Aimar <fenrir at videolan.org> | Thu Jun  4 00:04:47 2009 +0200| [ec814a4a3d0942581485e664bca3de8395f878de] | committer: Laurent Aimar 

Fixed old naming standard splitted rar archive (close #2733).

Patch by ozvald (see #2733)
(cherry picked from commit f75fc27811e7d3bb9c6c591f2e0f537f81ff5e17)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ec814a4a3d0942581485e664bca3de8395f878de
---

 src/input/input.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/input/input.c b/src/input/input.c
index 01bc04f..dc1da0b 100644
--- a/src/input/input.c
+++ b/src/input/input.c
@@ -2990,7 +2990,7 @@ static void InputGetExtraFiles( input_thread_t *p_input,
         { ".part1.rar",   "%s.part%.1d.rar",2, 9 },
         { ".part01.rar",  "%s.part%.2d.rar",2, 99, },
         { ".part001.rar", "%s.part%.3d.rar",2, 999 },
-        { ".rar",         "%s.r%.2d",       1, 99 },
+        { ".rar",         "%s.r%.2d",       0, 99 },
         { NULL, NULL, 0, 0 }
     };
 




More information about the vlc-devel mailing list