aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-pseudonym.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-10 22:47:57 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-10 22:47:57 +0000
commit7e5c0a94bacdfe6e1c65035b16fd97a77398df12 (patch)
tree70380ec85a0f4841247de81e8359e063da7486c1 /src/fs/gnunet-pseudonym.c
parentdf62a12c9b51fd13cc37058d4a88a32d93386d79 (diff)
downloadgnunet-7e5c0a94bacdfe6e1c65035b16fd97a77398df12.tar.gz
gnunet-7e5c0a94bacdfe6e1c65035b16fd97a77398df12.zip
LRN: new utf8 argv converter for W32, converting strings on command-line to UTF-8 for all command-line tools.
Diffstat (limited to 'src/fs/gnunet-pseudonym.c')
-rw-r--r--src/fs/gnunet-pseudonym.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fs/gnunet-pseudonym.c b/src/fs/gnunet-pseudonym.c
index 38826d1de..2b1b897c2 100644
--- a/src/fs/gnunet-pseudonym.c
+++ b/src/fs/gnunet-pseudonym.c
@@ -313,6 +313,10 @@ main (int argc, char *const *argv)
313 }; 313 };
314 bo.expiration_time = 314 bo.expiration_time =
315 GNUNET_FS_year_to_time (GNUNET_FS_get_current_year () + 2); 315 GNUNET_FS_year_to_time (GNUNET_FS_get_current_year () + 2);
316
317 if (GNUNET_OK != GNUNET_STRINGS_get_utf8_args (argc, argv, &argc, &argv))
318 return 2;
319
316 return (GNUNET_OK == 320 return (GNUNET_OK ==
317 GNUNET_PROGRAM_run (argc, argv, "gnunet-pseudonym [OPTIONS]", 321 GNUNET_PROGRAM_run (argc, argv, "gnunet-pseudonym [OPTIONS]",
318 gettext_noop ("Manage GNUnet pseudonyms."), 322 gettext_noop ("Manage GNUnet pseudonyms."),