[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:06:29 CEST 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Jun 4 00:04:47 2009 +0200| [f75fc27811e7d3bb9c6c591f2e0f537f81ff5e17] | committer: Laurent Aimar
Fixed old naming standard splitted rar archive (close #2733).
Patch by ozvald (see #2733)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f75fc27811e7d3bb9c6c591f2e0f537f81ff5e17
---
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 5723b74..940f8fb 100644
--- a/src/input/input.c
+++ b/src/input/input.c
@@ -2992,7 +2992,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