mc_search__translate_replace_glob_to_regex(): Avoid warnings
...if function is called with 'const char *' argument. Signed-off-by: Slava Zanko <slavazanko@gmail.com>
Этот коммит содержится в:
родитель
a11995e12b
Коммит
5445133766
@ -101,7 +101,7 @@ mc_search__glob_translate_to_regex (const GString * astr)
|
||||
/* --------------------------------------------------------------------------------------------- */
|
||||
|
||||
static GString *
|
||||
mc_search__translate_replace_glob_to_regex (gchar * str)
|
||||
mc_search__translate_replace_glob_to_regex (const char * str)
|
||||
{
|
||||
GString *buff;
|
||||
int cnt = '0';
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user