aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
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/statistics
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/statistics')
-rw-r--r--src/statistics/gnunet-statistics.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/statistics/gnunet-statistics.c b/src/statistics/gnunet-statistics.c
index 3eef887fc..add2ddf41 100644
--- a/src/statistics/gnunet-statistics.c
+++ b/src/statistics/gnunet-statistics.c
@@ -240,6 +240,10 @@ main (int argc, char *const *argv)
240 &GNUNET_GETOPT_set_one, &watch}, 240 &GNUNET_GETOPT_set_one, &watch},
241 GNUNET_GETOPT_OPTION_END 241 GNUNET_GETOPT_OPTION_END
242 }; 242 };
243
244 if (GNUNET_OK != GNUNET_STRINGS_get_utf8_args (argc, argv, &argc, &argv))
245 return 2;
246
243 return (GNUNET_OK == 247 return (GNUNET_OK ==
244 GNUNET_PROGRAM_run (argc, argv, "gnunet-statistics [options [value]]", 248 GNUNET_PROGRAM_run (argc, argv, "gnunet-statistics [options [value]]",
245 gettext_noop 249 gettext_noop