dav/error.c

changeset 747
efbd59642577
parent 364
3769ba002fd1
child 783
36a7f2ea7d12
--- 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: {

mercurial