From 1d79b75b9cf6bc35a9e9ebf0c827ed2ac77e3846 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sat, 12 Oct 2002 11:43:32 +0000 Subject: [PATCH] Comment fix for make_filename --- util/fileutil.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/util/fileutil.c b/util/fileutil.c index 76eacfb80..b63bbd3b0 100644 --- a/util/fileutil.c +++ b/util/fileutil.c @@ -89,10 +89,10 @@ make_dirname(const char *filepath) -/**************** - * Construct a filename from the NULL terminated list of parts. - * Tilde expansion is done here. - */ +/* + Construct a filename from the NULL terminated list of parts. Tilde + expansion is done here. Note that FIRST_PART must never be NULL and + that this function is guaranteed to return an allocated string. */ char * make_filename( const char *first_part, ... ) {