From 740ab0d5500a1bf060e4e51d2fcdc07e214c725e Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 14 Dec 2001 22:04:28 +0000 Subject: warning fixed git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2247 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-common/core/hilight-text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fe-common/core') diff --git a/src/fe-common/core/hilight-text.c b/src/fe-common/core/hilight-text.c index ffb90a88..7fa970bb 100644 --- a/src/fe-common/core/hilight-text.c +++ b/src/fe-common/core/hilight-text.c @@ -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); } -- cgit v1.2.3