From da0c4a0b0ad000692409c6a52e208bffed57f0c0 Mon Sep 17 00:00:00 2001 From: Ivo Timmermans Date: Tue, 16 Apr 2002 17:20:46 +0000 Subject: [PATCH] *** empty log message *** --- lib/hooks.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/hooks.c b/lib/hooks.c index 121df2d..6806eb7 100644 --- a/lib/hooks.c +++ b/lib/hooks.c @@ -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: hooks.c,v 1.1.2.1 2002/04/16 17:00:02 zarq Exp $ + $Id: hooks.c,v 1.1.2.2 2002/04/16 17:20:46 zarq Exp $ */ #include "config.h" @@ -56,7 +56,7 @@ void run_hooks(const char *type, ...) if(!t) return; - va_start(args, fmt); + va_start(args, type); for(avlnode = t->head; avlnode; avlnode = avlnode->next) { assert(avlnode->data); -- 2.25.1