diff options
Diffstat (limited to 'g10/gpg.c')
-rw-r--r-- | g10/gpg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1940,7 +1940,7 @@ main (int argc, char **argv) /* Make sure that our subsystems are ready. */ i18n_init(); - init_common_subsystems (); + init_common_subsystems (&argc, &argv); /* Check that the libraries are suitable. Do it right here because the option parsing may need services of the library. */ |