diff -r 26f5f817429e -r f60d742a62a0 dav/db.c --- a/dav/db.c Sat Feb 04 12:41:11 2017 +0100 +++ b/dav/db.c Sat Feb 04 14:03:32 2017 +0100 @@ -279,7 +279,7 @@ } if(res->skipped) { - r = xmlTextWriterStartElement(writer, "skipped"); + r = xmlTextWriterStartElement(writer, BAD_CAST "skipped"); r += xmlTextWriterEndElement(writer); if(r < 0) { fprintf(stderr, "Cannot write skipped\n");