From 1fd6f8faf6d1be323a4cecac0ebfffab31c9d692 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Thu, 23 Nov 2000 22:57:59 +0000 Subject: more changes from int xx:1 to unsigned int xx:1 git-svn-id: http://svn.irssi.org/repos/irssi/trunk@861 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/irc/notifylist/notifylist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/irc/notifylist/notifylist.h') diff --git a/src/irc/notifylist/notifylist.h b/src/irc/notifylist/notifylist.h index 65ce4d18..86a30bf4 100644 --- a/src/irc/notifylist/notifylist.h +++ b/src/irc/notifylist/notifylist.h @@ -6,7 +6,7 @@ typedef struct { char **ircnets; /* if non-NULL, check only from these irc networks */ /* notify when AWAY status changes (uses /USERHOST) */ - int away_check:1; + unsigned int away_check:1; /* notify when idle time is reset and it was bigger than this (uses /WHOIS and PRIVMSG events) */ int idle_check_time; -- cgit v1.2.3