mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05: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
@ -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…
Reference in New Issue
Block a user