3838480
diff -up mc-4.7.4/lib/search/glob.c.globfix mc-4.7.4/lib/search/glob.c
3838480
--- mc-4.7.4/lib/search/glob.c.globfix	2010-09-07 09:16:43.000000000 +0200
3838480
+++ mc-4.7.4/lib/search/glob.c	2010-10-07 08:43:56.517785647 +0200
3838480
@@ -144,7 +144,6 @@ mc_search__translate_replace_glob_to_reg
3838480
             {
3838480
                 g_string_append_c (buff, '\\');
3838480
                 c = ++cnt;
3838480
-                continue;
3838480
             }
3838480
             break;
3838480
             /* breaks copying: mc uses "\0" internally, it must not be changed */