/[weechat]/weechat/src/irc/irc-channel.c
ViewVC logotype

Diff of /weechat/src/irc/irc-channel.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by flashcode, Sun Oct 26 13:21:09 2003 UTC revision 1.4 by flashcode, Sun Nov 9 00:03:57 2003 UTC
# Line 44  t_irc_channel * Line 44  t_irc_channel *
44  channel_new (t_irc_server *server, int channel_type, char *channel_name)  channel_new (t_irc_server *server, int channel_type, char *channel_name)
45  {  {
46      t_irc_channel *new_channel;      t_irc_channel *new_channel;
   
     #if DEBUG >= 1  
     log_printf ("joining channel %s\n", channel_name);  
     #endif  
47            
48      /* alloc memory for new channel */      /* alloc memory for new channel */
49      if ((new_channel = (t_irc_channel *) malloc (sizeof (t_irc_channel))) == NULL)      if ((new_channel = (t_irc_channel *) malloc (sizeof (t_irc_channel))) == NULL)

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26