CVSROOT    : /cvsroot/undernet-ircu
Module     : ircu2.10
Commit time: 2003-08-05 01:30:33 UTC

Modified files:
     ChangeLog ircd/parse.c

Log message:

Author: Spike
Log message: Typo fix on the typo fix.

---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.384 ircu2.10/ChangeLog:1.385
--- ircu2.10/ChangeLog:1.384    Sun Aug  3 13:03:03 2003
+++ ircu2.10/ChangeLog  Mon Aug  4 18:30:23 2003
@@ -1,3 +1,7 @@
+2003-08-05 Diane Bruce  <[EMAIL PROTECTED]>
+
+        * ircd/parse.c: Fixed the typo the fix of the typo created
+
 2003-08-01 Diane Bruce  <[EMAIL PROTECTED]>
 
        * ircd/parse.c: Fixed typo
Index: ircu2.10/ircd/parse.c
diff -u ircu2.10/ircd/parse.c:1.37 ircu2.10/ircd/parse.c:1.38
--- ircu2.10/ircd/parse.c:1.37  Fri Aug  1 14:03:18 2003
+++ ircu2.10/ircd/parse.c       Mon Aug  4 18:30:23 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.37 2003/08/01 21:03:18 jeekay Exp $
+ * $Id: parse.c,v 1.38 2003/08/05 01:30:23 denspike Exp $
  */
 #include "config.h"
 
@@ -662,7 +662,7 @@
   }
   else
   {
-    ntree_p = (struct MessageTree *)MyCalloc(sizeof(struct MessageTree));
+    ntree_p = (struct MessageTree *)MyCalloc(sizeof(struct MessageTree), 1);
     mtree_p->pointers[*cmd & (MAXPTRLEN-1)] = ntree_p;
     add_msg_element(ntree_p, msg_p, cmd+1);
   }
----------------------- End of diff -----------------------

Reply via email to