diff options
Diffstat (limited to 'lib/dotdot.c')
-rw-r--r-- | lib/dotdot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dotdot.c b/lib/dotdot.c index 41b73bef4..0cb3c9667 100644 --- a/lib/dotdot.c +++ b/lib/dotdot.c @@ -47,7 +47,7 @@ * * an allocated dedotdotified output string */ -char *Curl_dedotdotify(char *input) +char *Curl_dedotdotify(const char *input) { size_t inlen = strlen(input); char *clone; |