mirror of
https://github.com/irssi/irssi.git
synced 2026-08-22 10:02:22 +02:00
build error decl after stmt
This commit is contained in:
parent
082fa97107
commit
2439ad2c4e
1 changed files with 1 additions and 1 deletions
|
|
@ -197,11 +197,11 @@ static gboolean hilight_match_text(HILIGHT_REC *rec, SERVER_REC *server, const c
|
||||||
int *match_beg, int *match_end)
|
int *match_beg, int *match_end)
|
||||||
{
|
{
|
||||||
gboolean ret = FALSE;
|
gboolean ret = FALSE;
|
||||||
|
WI_ITEM_REC *witem = window_item_find(server, channel);
|
||||||
|
|
||||||
if (rec->regexp && rec->preg == NULL)
|
if (rec->regexp && rec->preg == NULL)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
WI_ITEM_REC *witem = window_item_find(server, channel);
|
|
||||||
char *pattern = rec->expando ? (parse_special_string(rec->regexp ? g_regex_get_pattern(rec->preg) : rec->text, server, witem, "", NULL, 0)) :
|
char *pattern = rec->expando ? (parse_special_string(rec->regexp ? g_regex_get_pattern(rec->preg) : rec->text, server, witem, "", NULL, 0)) :
|
||||||
rec->text;
|
rec->text;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue