aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-11 22:33:24 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-11 22:33:24 +0000
commit464d2cbfa3c56bd11c78667fc6e2f0a960f02f92 (patch)
tree0d5ffb0a36890fc58bf1b53b4ef872c8f5f68279 /src/util
parent4094407e04c6cfc3b944301467f1249cdc59954c (diff)
downloadgnunet-464d2cbfa3c56bd11c78667fc6e2f0a960f02f92.tar.gz
gnunet-464d2cbfa3c56bd11c78667fc6e2f0a960f02f92.zip
minor fixes
Diffstat (limited to 'src/util')
-rw-r--r--src/util/strings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/strings.c b/src/util/strings.c
index c868d1a97..1f7f45d51 100644
--- a/src/util/strings.c
+++ b/src/util/strings.c
@@ -204,7 +204,7 @@ GNUNET_STRINGS_to_utf8 (const char *input, size_t len, const char *charset)
204#else 204#else
205 (char **) &input, 205 (char **) &input,
206#endif 206#endif
207 &len, &itmp, &finSize) == (size_t) - 1) 207 &len, &itmp, &finSize) == SIZE_MAX)
208 { 208 {
209 GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "iconv"); 209 GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "iconv");
210 iconv_close (cd); 210 iconv_close (cd);