dav/tags.c

changeset 373
dcc03142eb5f
parent 363
e9ed8e130ccf
child 388
0b96ae226838
--- a/dav/tags.c	Sun Apr 01 12:40:48 2018 +0200
+++ b/dav/tags.c	Sun Apr 29 11:16:41 2018 +0200
@@ -297,9 +297,11 @@
 
 #else
 UcxList* parse_macos_taglist(const char *buf, size_t length) {
+    fprintf(stderr, "Error: macos tags not supported on this platform.\n");
     return NULL;
 }
 UcxBuffer* create_macos_taglist(UcxList *tags) {
+    fprintf(stderr, "Error: macos tags not supported on this platform.\n");
     return NULL;
 }
 #endif

mercurial