diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd.c')
| -rw-r--r-- | src/exchange/taler-exchange-httpd.c | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c index 97cf54c8..6c6398bc 100644 --- a/src/exchange/taler-exchange-httpd.c +++ b/src/exchange/taler-exchange-httpd.c @@ -932,9 +932,9 @@ proceed_with_handler (struct TEH_RequestContext *rc,      /* Parse command-line arguments */      /* make a copy of 'url' because 'strtok_r()' will modify */ -    memcpy (d, -            url, -            ulen); +    GNUNET_memcpy (d, +                   url, +                   ulen);      i = 0;      args[i++] = strtok_r (d, "/", &sp);      while ( (NULL != args[i - 1]) &&  | 
