aboutsummaryrefslogtreecommitdiffstats
path: root/g13/g13.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g13/g13.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g13/g13.c b/g13/g13.c
index 28dfa8d36..bafb65f53 100644
--- a/g13/g13.c
+++ b/g13/g13.c
@@ -359,7 +359,7 @@ main ( int argc, char **argv)
/* Make sure that our subsystems are ready. */
i18n_init ();
- init_common_subsystems ();
+ init_common_subsystems (&argc, &argv);
/* Libgcrypt requires us to register the threading model first.
Note that this will also do the pth_init. */