aboutsummaryrefslogtreecommitdiff
path: root/src/util/strings.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-24 00:57:09 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-24 00:57:09 +0000
commit03f90f8752d53540ba4389ea258ec5aecedb879d (patch)
tree5db095f8eec4d5d889d9d51a9c4d781043a7fd62 /src/util/strings.c
parenta55338d37e3f3ef1b3e5d182d58bbd9965f2660b (diff)
downloadgnunet-03f90f8752d53540ba4389ea258ec5aecedb879d.tar.gz
gnunet-03f90f8752d53540ba4389ea258ec5aecedb879d.zip
-switch to case-insensitive LOC URIs and use compatible encoding for peer identities with the rest of the system
Diffstat (limited to 'src/util/strings.c')
-rw-r--r--src/util/strings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/strings.c b/src/util/strings.c
index cb3209215..92e24c1b7 100644
--- a/src/util/strings.c
+++ b/src/util/strings.c
@@ -1287,7 +1287,7 @@ GNUNET_STRINGS_to_address_ip (const char *addr,
1287 1287
1288/** 1288/**
1289 * Makes a copy of argv that consists of a single memory chunk that can be 1289 * Makes a copy of argv that consists of a single memory chunk that can be
1290 * freed with a single call to GNUNET_free (); 1290 * freed with a single call to GNUNET_free();
1291 */ 1291 */
1292static char *const * 1292static char *const *
1293_make_continuous_arg_copy (int argc, 1293_make_continuous_arg_copy (int argc,
@@ -1318,7 +1318,7 @@ _make_continuous_arg_copy (int argc,
1318 * other than W32. 1318 * other than W32.
1319 * Returned argv has u8argv[u8argc] == NULL. 1319 * Returned argv has u8argv[u8argc] == NULL.
1320 * Returned argv is a single memory block, and can be freed with a single 1320 * Returned argv is a single memory block, and can be freed with a single
1321 * GNUNET_free () call. 1321 * GNUNET_free() call.
1322 * 1322 *
1323 * @param argc argc (as given by main()) 1323 * @param argc argc (as given by main())
1324 * @param argv argv (as given by main()) 1324 * @param argv argv (as given by main())