diff -r a569148841ff -r efbd59642577 dav/error.c --- a/dav/error.c Sun Apr 16 14:12:24 2023 +0200 +++ b/dav/error.c Fri Apr 21 21:25:32 2023 +0200 @@ -33,7 +33,7 @@ #include "error.h" -void print_resource_error(DavSession *sn, char *path) { +void print_resource_error(DavSession *sn, const char *path) { char *res_url = util_concat_path(sn->base_url, path); switch(sn->error) { default: {