dav/scfg.c

changeset 692
56b66fe2b4f5
parent 679
0d352b79363a
child 700
165811ea12ab
--- a/dav/scfg.c	Thu Dec 05 10:46:39 2019 +0100
+++ b/dav/scfg.c	Thu Dec 05 12:37:48 2019 +0100
@@ -374,7 +374,7 @@
     
     int err = 0;
     
-    xmlChar *attr_type = xmlGetNoNsProp(node, BAD_CAST "format");
+    xmlChar *attr_type = xmlGetNoNsProp(node, BAD_CAST "type");
     xmlChar *attr_always = xmlGetNoNsProp(node, BAD_CAST "always");
     
     if(attr_type) {

mercurial