aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2007-06-19 09:11:11 +0000
committerWerner Koch <[email protected]>2007-06-19 09:11:11 +0000
commit540f9164c01dbbd1f8fc9abcd2ee67dbf6e1ee10 (patch)
tree298058ec8adf7c7c059ce7db127334a9ddb49bec /g10/gpg.c
parentjnlib/ (diff)
downloadgnupg-540f9164c01dbbd1f8fc9abcd2ee67dbf6e1ee10.tar.gz
gnupg-540f9164c01dbbd1f8fc9abcd2ee67dbf6e1ee10.zip
Made percent_escape more general.
Added regression tests support to jnlib. W32 changes.
Diffstat (limited to '')
-rw-r--r--g10/gpg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/gpg.c b/g10/gpg.c
index 1e202f681..44ea8048e 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -1456,7 +1456,7 @@ list_config(char *items)
static void
gpgconf_list (const char *configfile)
{
- char *configfile_esc = percent_escape (configfile);
+ char *configfile_esc = percent_escape (configfile, NULL);
/* The following definitions are taken from gnupg/tools/gpgconf-comp.c. */
#define GC_OPT_FLAG_NONE 0UL