aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd.c')
-rw-r--r--src/cmd.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/cmd.c b/src/cmd.c
index 3f98331..c898973 100644
--- a/src/cmd.c
+++ b/src/cmd.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.13 2008/03/07 13:16:02 james
+ * *** empty log message ***
+ *
* Revision 1.12 2008/03/07 12:37:04 james
* *** empty log message ***
*
@@ -178,7 +181,7 @@ cmd_new (void)
{
Cmd *ret;
- ret = (Cmd *) malloc (sizeof (Cmd));
+ ret = (Cmd *) xmalloc (sizeof (Cmd));
ret->disconnect = 0;
ret->active = 0;