]> jfr.im git - irc/quakenet/newserv.git/commitdiff
this probably should be the correct new size ;/
authorPaul <redacted>
Sun, 3 Feb 2008 13:02:15 +0000 (13:02 +0000)
committerPaul <redacted>
Sun, 3 Feb 2008 13:02:15 +0000 (13:02 +0000)
channel/channelhandlers.c

index 49d6c154e3c4fc09040db26126c937cc2b5611d8..71c4a8a63398ff8145f153b41221ca401df67f59 100644 (file)
@@ -212,7 +212,7 @@ int handleburstmsg(void *source, int cargc, char **cargv) {
 int handlejoinmsg(void *source, int cargc, char **cargv) {
   char *pos,*nextchan;
   nick *np;
-  void *harg[2];
+  void *harg[3];
   channel *cp,**ch;
   long timestamp=0;
   int i;