aboutsummaryrefslogtreecommitdiff
path: root/src/topology
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/topology
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/topology')
-rw-r--r--src/topology/gnunet-daemon-topology.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index 57da127fd..356e2c963 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -1356,6 +1356,9 @@ main (int argc, char *const *argv)
1356 }; 1356 };
1357 int ret; 1357 int ret;
1358 1358
1359 if (GNUNET_OK != GNUNET_STRINGS_get_utf8_args (argc, argv, &argc, &argv))
1360 return 2;
1361
1359 ret = 1362 ret =
1360 (GNUNET_OK == 1363 (GNUNET_OK ==
1361 GNUNET_PROGRAM_run (argc, argv, "gnunet-daemon-topology", 1364 GNUNET_PROGRAM_run (argc, argv, "gnunet-daemon-topology",