aboutsummaryrefslogtreecommitdiffstats
path: root/sm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sm/ChangeLog4
-rw-r--r--sm/gpgsm.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/sm/ChangeLog b/sm/ChangeLog
index 210448643..08793b810 100644
--- a/sm/ChangeLog
+++ b/sm/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-17 Werner Koch <[email protected]>
+
+ * gpgsm.c (main) <gpgconf>: Fixed default value quoting.
+
2004-03-16 Werner Koch <[email protected]>
* gpgsm.c (main): Implemented --gpgconf-list.
diff --git a/sm/gpgsm.c b/sm/gpgsm.c
index 6b8a2ea49..761aefcee 100644
--- a/sm/gpgsm.c
+++ b/sm/gpgsm.c
@@ -1279,13 +1279,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-gpgsm.conf:%lu:\"%s\"\n",
+ printf ("gpgconf-gpgsm.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,