|
@@ -89,7 +89,7 @@ mc_search__cond_struct_new_init_normal (const char *charset, mc_search_t * lc_mc
|
|
|
mc_search_cond_t * mc_search_cond)
|
|
|
{
|
|
|
GString *tmp =
|
|
|
- mc_search__normal_translate_to_regex (mc_search_cond->str->str, &mc_search_cond->len);
|
|
|
+ mc_search__normal_translate_to_regex (mc_search_cond->str->str, &mc_search_cond->str->len);
|
|
|
|
|
|
g_string_free (mc_search_cond->str, TRUE);
|
|
|
if (lc_mc_search->whole_words)
|