diff options
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1383,7 +1383,7 @@ static int createdir(const struct http_payload *const p, goto end; } - char *name = NULL, *dir = NULL; + const char *name = NULL, *dir = NULL; for (size_t i = 0; i < n; i++) { |
