aboutsummaryrefslogtreecommitdiff
path: root/src/util/getopt_helpers.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-17 19:31:42 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-17 19:31:42 +0000
commita6d3a7a355634ef0396f009f9286962cdc4c6077 (patch)
treeb6986bd19296d07ba5507f1a8b33e2d0eb806d0f /src/util/getopt_helpers.c
parentba0d06c004c19720b3ef999f2a0a2de10182c7ba (diff)
downloadgnunet-a6d3a7a355634ef0396f009f9286962cdc4c6077.tar.gz
gnunet-a6d3a7a355634ef0396f009f9286962cdc4c6077.zip
fix
Diffstat (limited to 'src/util/getopt_helpers.c')
-rw-r--r--src/util/getopt_helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/getopt_helpers.c b/src/util/getopt_helpers.c
index 9821aca89..746dc5267 100644
--- a/src/util/getopt_helpers.c
+++ b/src/util/getopt_helpers.c
@@ -98,7 +98,7 @@ GNUNET_GETOPT_format_help_ (struct GNUNET_GETOPT_CommandLineProcessorContext
98 { 98 {
99 for (j = p + 78 - slen; j > p; j--) 99 for (j = p + 78 - slen; j > p; j--)
100 { 100 {
101 if (isspace (trans[j])) 101 if (isspace ( (unsigned char) trans[j]))
102 { 102 {
103 scp = GNUNET_malloc (j - p + 1); 103 scp = GNUNET_malloc (j - p + 1);
104 memcpy (scp, &trans[p], j - p); 104 memcpy (scp, &trans[p], j - p);