Commit f75fc278 authored by Laurent Aimar's avatar Laurent Aimar

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

Patch by ozvald (see #2733)
parent 3f2f2e78
......@@ -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 }
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment