Ticket #2327: Can't put ? into a new name.
commit12891835f4bdf6f5f81e327e340304cae9e86af4
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 6 Oct 2010 15:37:17 +0000 (6 18:37 +0300)
committerSlava Zanko <slavazanko@gmail.com>
Wed, 27 Oct 2010 10:48:32 +0000 (27 13:48 +0300)
tree7dd1fd1218454ef5104ec6b6106fab2f9741ca58
parent1326e2768e278aea3550c7fb294698bc2c3b55f3
Ticket #2327: Can't put ? into a new name.

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>
lib/search/glob.c