Skip to content

Commit bd481cb

Browse files
committed
Update comments
1 parent a21343d commit bd481cb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/xml2_init.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ void handleStructuredError(void* userData, xmlError* error) {
2222
error->message[len-1] = '\0';
2323
}
2424

25-
//Workaround for https://github.com/r-lib/xml2/issues/458
25+
//Workarounds for xml bugs in R.app https://github.com/r-lib/xml2/issues/458
26+
//Another solution is to use a static libxml2
2627
#ifdef __APPLE__
2728
xmlParserCtxt *ctxt = error->ctxt;
2829
static unsigned char icns[5] = { 'i', 'c', 'n', 's', '\0' };

0 commit comments

Comments
 (0)