From 540f9164c01dbbd1f8fc9abcd2ee67dbf6e1ee10 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 19 Jun 2007 09:11:11 +0000 Subject: Made percent_escape more general. Added regression tests support to jnlib. W32 changes. --- scd/scdaemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scd/scdaemon.c') diff --git a/scd/scdaemon.c b/scd/scdaemon.c index 4e45907db..f9a99922f 100644 --- a/scd/scdaemon.c +++ b/scd/scdaemon.c @@ -551,7 +551,7 @@ main (int argc, char **argv ) #define GC_OPT_FLAG_NO_ARG_DESC (1UL << 6) if (!config_filename) filename = make_filename (opt.homedir, "scdaemon.conf", NULL ); - filename_esc = percent_escape (filename); + filename_esc = percent_escape (filename, NULL); printf ("gpgconf-scdaemon.conf:%lu:\"%s\n", GC_OPT_FLAG_DEFAULT, filename_esc); -- cgit v1.2.3