aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-10-12 11:43:32 +0000
committerWerner Koch <[email protected]>2002-10-12 11:43:32 +0000
commit1d79b75b9cf6bc35a9e9ebf0c827ed2ac77e3846 (patch)
tree3d63dbe35154642e78b303357ae325f22e3a2a78
parent* keygen.c (print_status_key_created): New. (diff)
downloadgnupg-1d79b75b9cf6bc35a9e9ebf0c827ed2ac77e3846.tar.gz
gnupg-1d79b75b9cf6bc35a9e9ebf0c827ed2ac77e3846.zip
Comment fix for make_filename
-rw-r--r--util/fileutil.c8
1 files 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, ... )
{