From d714e81e58f835f7a85e04049d19981ceeb426fc Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 17 Mar 2004 13:01:16 +0000 Subject: * gpg-agent.c (main) : Fixed default value quoting. * scdaemon.c (main) : Fixed default value quoting. * gpgsm.c (main) : Fixed default value quoting. --- scd/scdaemon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scd/scdaemon.c') diff --git a/scd/scdaemon.c b/scd/scdaemon.c index 93746ec35..9f1e409e4 100644 --- a/scd/scdaemon.c +++ b/scd/scdaemon.c @@ -530,13 +530,13 @@ main (int argc, char **argv ) a default, which is described by the value of the ARGDEF field. */ #define GC_OPT_FLAG_NO_ARG_DESC (1UL << 6) - printf ("gpgconf-scdaemon.conf:%lu:\"%s\"\n", + printf ("gpgconf-scdaemon.conf:%lu:\"%s\n", GC_OPT_FLAG_DEFAULT, config_filename?config_filename:"/dev/null"); printf ("verbose:%lu:\n" "quiet:%lu:\n" - "debug-level:%lu:\"none\":\n" + "debug-level:%lu:\"none:\n" "log-file:%lu:\n", GC_OPT_FLAG_NONE, GC_OPT_FLAG_NONE, -- cgit v1.2.3