diff options
Diffstat (limited to 'g10/gpgv.c')
-rw-r--r-- | g10/gpgv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/gpgv.c b/g10/gpgv.c index 2f64f83c7..fd0ae8b87 100644 --- a/g10/gpgv.c +++ b/g10/gpgv.c @@ -147,10 +147,10 @@ main( int argc, char **argv ) log_set_prefix ("gpgv", 1); /* Make sure that our subsystems are ready. */ + i18n_init(); init_common_subsystems (); gnupg_init_signals (0, NULL); - i18n_init(); opt.command_fd = -1; /* no command fd */ opt.pgp2_workarounds = 1; |