diff options
author | Werner Koch <wk@gnupg.org> | 2010-03-22 13:46:05 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2010-03-22 13:46:05 +0100 |
commit | e64038608be28c14ed72b0372529762953de898f (patch) | |
tree | 3847da576d4f2e6c542ce6737179a11afcc1a487 /g13 | |
parent | Builds again for W32. (diff) | |
download | gnupg2-e64038608be28c14ed72b0372529762953de898f.tar.xz gnupg2-e64038608be28c14ed72b0372529762953de898f.zip |
More chnages to use estream. Add a way to replace the standard
descriptors.
Diffstat (limited to 'g13')
-rw-r--r-- | g13/g13.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -359,7 +359,7 @@ main ( int argc, char **argv) /* Make sure that our subsystems are ready. */ i18n_init (); - init_common_subsystems (); + init_common_subsystems (&argc, &argv); /* Libgcrypt requires us to register the threading model first. Note that this will also do the pth_init. */ |