diff options
author | Werner Koch <wk@gnupg.org> | 2009-01-20 20:24:24 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2009-01-20 20:24:24 +0100 |
commit | 7b33b9324abc05ccd221af475e1b08012abe354f (patch) | |
tree | 840c2f3ed39113b06e6f00d7cf1d692b1a55d387 /jnlib/stringhelp.c | |
parent | Add a few translations to the audit-log. (diff) | |
download | gnupg2-7b33b9324abc05ccd221af475e1b08012abe354f.tar.xz gnupg2-7b33b9324abc05ccd221af475e1b08012abe354f.zip |
Print more directories with gpgconf --list-dirs.
Diffstat (limited to 'jnlib/stringhelp.c')
-rw-r--r-- | jnlib/stringhelp.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; \ |