diff options
Diffstat (limited to 'kbx/kbxutil.c')
-rw-r--r-- | kbx/kbxutil.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kbx/kbxutil.c b/kbx/kbxutil.c index afc4b79e4..efb2eff7e 100644 --- a/kbx/kbxutil.c +++ b/kbx/kbxutil.c @@ -419,9 +419,8 @@ main( int argc, char **argv ) log_set_prefix ("kbxutil", 1); /* Make sure that our subsystems are ready. */ - init_common_subsystems (); - i18n_init (); + init_common_subsystems (); /* Check that the libraries are suitable. Do it here because the option parsing may need services of the library. */ |