Changeset: 12ec8fe8df35 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=12ec8fe8df35
Modified Files:
        monetdb5/modules/atoms/xml.c
Branch: Apr2019
Log Message:

Should be succesful for epilogue.


diffs (12 lines):

diff --git a/monetdb5/modules/atoms/xml.c b/monetdb5/modules/atoms/xml.c
--- a/monetdb5/modules/atoms/xml.c
+++ b/monetdb5/modules/atoms/xml.c
@@ -825,7 +825,7 @@ str
 XMLepilogue(void *ret)
 {
        (void) ret;
-       return GDKstrdup(NO_LIBXML_FATAL);
+       return MAL_SUCCEED;
 }
 
 #endif
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to