From 7b33b9324abc05ccd221af475e1b08012abe354f Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 20 Jan 2009 19:24:24 +0000 Subject: Print more directories with gpgconf --list-dirs. --- jnlib/stringhelp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jnlib/stringhelp.c') diff --git a/jnlib/stringhelp.c b/jnlib/stringhelp.c index 7f09c517c..3760c1db3 100644 --- a/jnlib/stringhelp.c +++ b/jnlib/stringhelp.c @@ -314,8 +314,8 @@ make_dirname(const char *filepath) /* Implementation of make_filename and make_filename_try. We need to - use macros here toa void the use of the soemtimes problematic - va_copy fucntion which is not available on all systems. */ + use macros here to avoid the use of the sometimes problematic + va_copy function which is not available on all systems. */ #define MAKE_FILENAME_PART1 \ va_list arg_ptr; \ size_t n; \ -- cgit