From 6d98e0bac27e87d356fe232c7efbddfa1105502b Mon Sep 17 00:00:00 2001 From: Ian Darwin Date: Fri, 2 Jun 2006 17:51:43 +0000 Subject: [PATCH] comments-only --- src/funcs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/funcs.c b/src/funcs.c index f765a1de..d0484139 100644 --- a/src/funcs.c +++ b/src/funcs.c @@ -38,7 +38,7 @@ #endif #ifndef lint -FILE_RCSID("@(#)$Id: funcs.c,v 1.20 2006/04/09 16:41:03 christos Exp $") +FILE_RCSID("@(#)$Id: funcs.c,v 1.21 2006/06/02 17:51:43 ian Exp $") #endif /* lint */ #ifndef HAVE_VSNPRINTF @@ -241,8 +241,8 @@ file_getbuffer(struct magic_set *ms) } /* - * Yes these suffer from buffer overflows, but if your OS does not have - * these functions, then maybe you should consider replacing your OS? + * Yes these wrappers suffer from buffer overflows, but if your OS does not have + * the real functions, maybe you should consider replacing your OS? */ #ifndef HAVE_VSNPRINTF int -- 2.50.1