Avoid compiler warning in pcre_get_named_substring

master
Yevgen Muntyan 2007-04-08 10:11:20 -05:00
parent 5befff9880
commit d92e04188c
1 changed files with 1 additions and 1 deletions

View File

@ -1151,7 +1151,7 @@ egg_regex_fetch_named (const EggRegex *regex,
regex->match->offsets,
regex->match->matches,
name,
&substring);
(const gchar**) &substring);
if (ret < 0)
/* not enough memory or something */