dav/db.c

changeset 144
c2c02c9b3be4
parent 75
56962faf2b42
child 185
cd42cccee550
--- a/dav/db.c	Sat Oct 03 00:09:23 2015 +0200
+++ b/dav/db.c	Sat Oct 03 13:33:15 2015 +0200
@@ -127,7 +127,7 @@
             }
         } else if(type == XML_READER_TYPE_TEXT) {
             const xmlChar *value = xmlTextReaderConstValue(reader);
-            int b = 0;
+            //int b = 0;
             switch(field) {
                 case 0: {
                     res->path = strdup((char*)value);

mercurial