mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Minor fixes.
This commit is contained in:
parent
78ff45c49e
commit
382d2f8efb
23 changed files with 106 additions and 54 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-12-09 Werner Koch <wk@g10code.com>
|
||||
|
||||
* kbxutil.c (main): Call i18n_init before init_common_subsystems.
|
||||
|
||||
2008-11-20 Werner Koch <wk@g10code.com>
|
||||
|
||||
* keybox-update.c (create_tmp_file) [USE_ONLY_8DOT3]: Use other
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue