mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 11:50:10 +02:00
Increased ABI version
This commit is contained in:
parent
e7a18759ec
commit
b63339af89
2 changed files with 2 additions and 3 deletions
|
|
@ -218,8 +218,7 @@ static int hilight_match_text(HILIGHT_REC *rec, const char *text,
|
|||
match = rec->fullword ?
|
||||
strstr_full(text, rec->text) :
|
||||
strstr(text, rec->text);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
match = rec->fullword ?
|
||||
stristr_full(text, rec->text) :
|
||||
stristr(text, rec->text);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue