diff options
author | Werner Koch <[email protected]> | 2008-12-09 08:58:02 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-12-09 08:58:02 +0000 |
commit | 382d2f8efbb31b1eee16c1bbcd521099eb42c622 (patch) | |
tree | 514044051e08dcc8906d00ddc89a50053483a25b /kbx | |
parent | Align ticker to the full or half second. (diff) | |
download | gnupg-382d2f8efbb31b1eee16c1bbcd521099eb42c622.tar.gz gnupg-382d2f8efbb31b1eee16c1bbcd521099eb42c622.zip |
Minor fixes.
Diffstat (limited to 'kbx')
-rw-r--r-- | kbx/ChangeLog | 4 | ||||
-rw-r--r-- | kbx/kbxutil.c | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/kbx/ChangeLog b/kbx/ChangeLog index c91092858..b4f988234 100644 --- a/kbx/ChangeLog +++ b/kbx/ChangeLog @@ -1,3 +1,7 @@ +2008-12-09 Werner Koch <[email protected]> + + * kbxutil.c (main): Call i18n_init before init_common_subsystems. + 2008-11-20 Werner Koch <[email protected]> * keybox-update.c (create_tmp_file) [USE_ONLY_8DOT3]: Use other 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. */ |