12891835f4
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>