1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Print more directories with gpgconf --list-dirs.

This commit is contained in:
Werner Koch 2009-01-20 19:24:24 +00:00
parent 68fd14b144
commit 7b33b9324a
5 changed files with 55 additions and 9 deletions

View file

@ -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; \