From c453f5d09f2d1a5fac8f45fd30f9fa6ddd524b06 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 4 Mar 2012 11:41:57 +0000 Subject: [PATCH] Shorten zalloc()'s description to the part that makes sense (to me) --- miscutil.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/miscutil.c b/miscutil.c index 34e8e4f2..1e0a647e 100644 --- a/miscutil.c +++ b/miscutil.c @@ -1,4 +1,4 @@ -const char miscutil_rcs[] = "$Id: miscutil.c,v 1.67 2011/05/22 10:30:55 fabiankeil Exp $"; +const char miscutil_rcs[] = "$Id: miscutil.c,v 1.68 2011/09/04 11:10:56 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/miscutil.c,v $ @@ -72,7 +72,6 @@ const char miscutil_h_rcs[] = MISCUTIL_H_VERSION; * Function : zalloc * * Description : Malloc some memory and set it to '\0'. - * The way calloc() ought to be -acjc * * Parameters : * 1 : size = Size of memory chunk to return. -- 2.39.2