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