CVSROOT    : /cvsroot/undernet-ircu
Module     : ircu2.10
Commit time: 2003-08-01 21:03:28 UTC

Modified files:
     ircd/parse.c

Log message:

Author:Diane Bruce  <[EMAIL PROTECTED]>
Log message:
* ircd/parse.c: Fixed typo

---------------------- diff included ----------------------
Index: ircu2.10/ircd/parse.c
diff -u ircu2.10/ircd/parse.c:1.36 ircu2.10/ircd/parse.c:1.37
--- ircu2.10/ircd/parse.c:1.36  Sun Jun 22 07:03:08 2003
+++ ircu2.10/ircd/parse.c       Fri Aug  1 14:03:18 2003
@@ -17,7 +17,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * $Id: parse.c,v 1.36 2003/06/22 14:03:08 denspike Exp $
+ * $Id: parse.c,v 1.37 2003/08/01 21:03:18 jeekay Exp $
  */
 #include "config.h"
 
@@ -662,7 +662,7 @@
   }
   else
   {
-    ntree_p = (struct MessageTree *)MyMalloc(sizeof(struct MessageTree));
+    ntree_p = (struct MessageTree *)MyCalloc(sizeof(struct MessageTree));
     mtree_p->pointers[*cmd & (MAXPTRLEN-1)] = ntree_p;
     add_msg_element(ntree_p, msg_p, cmd+1);
   }
----------------------- End of diff -----------------------

Reply via email to