mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
warning fixed
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2247 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
496db0eefc
commit
740ab0d550
1 changed files with 1 additions and 1 deletions
|
|
@ -297,9 +297,9 @@ static void sig_print_text(TEXT_DEST_REC *dest, const char *text,
|
|||
|
||||
nick_match = hilight->nick && (dest->level & (MSGLEVEL_PUBLIC|MSGLEVEL_ACTIONS)) == MSGLEVEL_PUBLIC;
|
||||
|
||||
old_level = dest->level;
|
||||
if (!nick_match || (dest->level & MSGLEVEL_HILIGHT)) {
|
||||
/* update the level / hilight info */
|
||||
old_level = dest->level;
|
||||
hilight_update_text_dest(dest, hilight);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue