Ticket #2764: mc-4.8.2-case.patch
File mc-4.8.2-case.patch, 415 bytes (added by vokac, 13 years ago) |
---|
-
mc-4.8.2/lib/search/regex.c
old new 748 748 if (str_isutf8 (charset) && mc_global.utf8_display) 749 749 { 750 750 pcre_options |= PCRE_UTF8; 751 if ( lc_mc_search->is_case_sensitive)751 if (!lc_mc_search->is_case_sensitive) 752 752 pcre_options |= PCRE_CASELESS; 753 753 } 754 754 else