diff options
Diffstat (limited to 'kbx/kbxutil.c')
-rw-r--r-- | kbx/kbxutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbx/kbxutil.c b/kbx/kbxutil.c index 592f7d467..d2a64386f 100644 --- a/kbx/kbxutil.c +++ b/kbx/kbxutil.c @@ -419,7 +419,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 here because the option parsing may need services of the library. */ |