mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-08 20:41:59 +03:00
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> |
||
---|---|---|
.. | ||
glob.c | ||
hex.c | ||
internal.h | ||
lib.c | ||
Makefile.am | ||
normal.c | ||
regex.c | ||
search.c |