aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-03 21:20:54 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-03 21:20:54 +0000
commit2bb72f33a2281a8de16d5345653270d6c5780828 (patch)
tree9fdcd4b7553bb2a2853a85b5afb7b32e64039610 /src/util
parent1911cc508e10a4052499ba41e565edf57184daf7 (diff)
downloadgnunet-2bb72f33a2281a8de16d5345653270d6c5780828.tar.gz
gnunet-2bb72f33a2281a8de16d5345653270d6c5780828.zip
nodebug
Diffstat (limited to 'src/util')
-rw-r--r--src/util/strings.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/strings.c b/src/util/strings.c
index 63ebfc1e2..3037c63a6 100644
--- a/src/util/strings.c
+++ b/src/util/strings.c
@@ -211,7 +211,6 @@ GNUNET_STRINGS_fancy_size_to_bytes (const char *fancy_size,
211 in = GNUNET_strdup (fancy_size); 211 in = GNUNET_strdup (fancy_size);
212 for (tok = strtok (in, " "); tok != NULL; tok = strtok (NULL, " ")) 212 for (tok = strtok (in, " "); tok != NULL; tok = strtok (NULL, " "))
213 { 213 {
214 fprintf (stderr, "%s - %llu %llu\n", tok, ret, last);
215 i=0; 214 i=0;
216 while ( (table[i].name != NULL) && 215 while ( (table[i].name != NULL) &&
217 (0 != strcasecmp (table[i].name, tok) ) ) 216 (0 != strcasecmp (table[i].name, tok) ) )