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:
Slava Zanko 2010-10-27 14:07:39 +03:00
commit 4716606c26

View File

@ -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;