Tree
Tree:
ae6b797723296f09ceb603d2195e1cf6bd611be2
Date:
Mon Jun 16 11:18:03 2008 UTC
Message:
Fix GCC warnings for possibly uninitialized variables in IRC_JOIN This patch fixes the following two warnings of GCC 4.2.4: irc-channel.c: In function "IRC_JOIN": irc-channel.c:185: warning: "lastkey" may be used uninitialized in this function irc-channel.c:185: warning: "lastchan" may be used uninitialized in this function
IRCNow