mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-12 19:03:10 +03:00
Merge branch '2327_cant_put_question_mark'
* 2327_cant_put_question_mark: Ticket #2327: Can't put ? into a new name.
This commit is contained in:
commit
4716606c26
@ -144,11 +144,8 @@ mc_search__translate_replace_glob_to_regex (gchar * str)
|
||||
{
|
||||
g_string_append_c (buff, '\\');
|
||||
c = ++cnt;
|
||||
continue;
|
||||
}
|
||||
break;
|
||||
/* breaks copying: mc uses "\0" internally, it must not be changed */
|
||||
/*case '\\': */
|
||||
case '&':
|
||||
g_string_append_c (buff, '\\');
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user