From 8ce36c05eab6c1787c4e62052fb8d2ba6369cbe8 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Thu, 23 Nov 2000 21:40:07 +0000 Subject: several fixes to make irssi compile without warnings with MIPSpro also fixed ctcp_queue_clean() - it might have crashed sometimes.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@859 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/core/channels-setup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/channels-setup.h') diff --git a/src/core/channels-setup.h b/src/core/channels-setup.h index e30893fe..acb24242 100644 --- a/src/core/channels-setup.h +++ b/src/core/channels-setup.h @@ -11,7 +11,7 @@ typedef struct { char *botmasks; char *autosendcmd; - int autojoin:1; + unsigned int autojoin:1; GHashTable *module_data; } CHANNEL_SETUP_REC; -- cgit v1.2.3