From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 4 Mar 2012 11:41:57 +0000 (+0000)
Subject: Shorten zalloc()'s description to the part that makes sense (to me)
X-Git-Tag: v_3_0_20~412
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/static/@default-cgi@toggle?a=commitdiff_plain;h=c453f5d09f2d1a5fac8f45fd30f9fa6ddd524b06;p=privoxy.git

Shorten zalloc()'s description to the part that makes sense (to me)
---

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.