diff options
author | Werner Koch <[email protected]> | 2002-10-12 11:43:32 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-10-12 11:43:32 +0000 |
commit | 1d79b75b9cf6bc35a9e9ebf0c827ed2ac77e3846 (patch) | |
tree | 3d63dbe35154642e78b303357ae325f22e3a2a78 /util/fileutil.c | |
parent | * keygen.c (print_status_key_created): New. (diff) | |
download | gnupg-1d79b75b9cf6bc35a9e9ebf0c827ed2ac77e3846.tar.gz gnupg-1d79b75b9cf6bc35a9e9ebf0c827ed2ac77e3846.zip |
Comment fix for make_filename
Diffstat (limited to 'util/fileutil.c')
-rw-r--r-- | util/fileutil.c | 8 |
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, ... ) { |