mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +02:00
Initialize tmprec
This commit is contained in:
parent
8f4f0be6d4
commit
323b60f339
1 changed files with 1 additions and 0 deletions
|
|
@ -248,6 +248,7 @@ HILIGHT_REC *hilight_match(SERVER_REC *server, const char *channel,
|
||||||
int priority = -1;
|
int priority = -1;
|
||||||
|
|
||||||
g_return_val_if_fail(str != NULL, NULL);
|
g_return_val_if_fail(str != NULL, NULL);
|
||||||
|
tmprec = NULL;
|
||||||
|
|
||||||
if ((never_hilight_level & level) == level)
|
if ((never_hilight_level & level) == level)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue