Avoid compiler warning in pcre_get_named_substring
parent
5befff9880
commit
d92e04188c
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue