We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a21343d commit bd481cbCopy full SHA for bd481cb
1 file changed
src/xml2_init.c
@@ -22,7 +22,8 @@ void handleStructuredError(void* userData, xmlError* error) {
22
error->message[len-1] = '\0';
23
}
24
25
- //Workaround for https://github.com/r-lib/xml2/issues/458
+ //Workarounds for xml bugs in R.app https://github.com/r-lib/xml2/issues/458
26
+ //Another solution is to use a static libxml2
27
#ifdef __APPLE__
28
xmlParserCtxt *ctxt = error->ctxt;
29
static unsigned char icns[5] = { 'i', 'c', 'n', 's', '\0' };
0 commit comments