mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-12 21:34:15 +03:00
![Denys Vlasenko](/assets/img/avatar_default.png)
The bug is caused by extra "continue" statement in case '*'/case '?' branch. As a result, \ is added to converted string, but following N is not. Example: when one renames many files using "*" to "a*z", "a*z" gets converted to "a\z" instead of correct "a\1z" Signed-off-by: Slava Zanko <slavazanko@gmail.com>