1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 15:53:12 +02:00

Fixed bug on ppc

This commit is contained in:
Sebastien Helleu
2006-03-18 10:51:53 +00:00
parent 3ff8d488e7
commit 04e9677405
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -424,7 +424,8 @@ channel_remove_dcc (t_irc_dcc *ptr_dcc)
int
channel_get_notify_level (t_irc_server *server, t_irc_channel *channel)
{
char *name, *pos, *pos2, notify;
char *name, *pos, *pos2;
int notify;
if ((!server) || (!channel))
return NOTIFY_LEVEL_DEFAULT;
+2 -1
View File
@@ -424,7 +424,8 @@ channel_remove_dcc (t_irc_dcc *ptr_dcc)
int
channel_get_notify_level (t_irc_server *server, t_irc_channel *channel)
{
char *name, *pos, *pos2, notify;
char *name, *pos, *pos2;
int notify;
if ((!server) || (!channel))
return NOTIFY_LEVEL_DEFAULT;