projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1911cc5
)
nodebug
author
Christian Grothoff
<christian@grothoff.org>
Thu, 3 Nov 2011 21:20:54 +0000
(21:20 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Thu, 3 Nov 2011 21:20:54 +0000
(21:20 +0000)
src/util/strings.c
patch
|
blob
|
history
diff --git
a/src/util/strings.c
b/src/util/strings.c
index 63ebfc1e269175459c029385d220b2076f55dcb8..3037c63a67613d18096c678c74723a8a37fc86c4 100644
(file)
--- a/
src/util/strings.c
+++ b/
src/util/strings.c
@@
-211,7
+211,6
@@
GNUNET_STRINGS_fancy_size_to_bytes (const char *fancy_size,
in = GNUNET_strdup (fancy_size);
for (tok = strtok (in, " "); tok != NULL; tok = strtok (NULL, " "))
{
- fprintf (stderr, "%s - %llu %llu\n", tok, ret, last);
i=0;
while ( (table[i].name != NULL) &&
(0 != strcasecmp (table[i].name, tok) ) )