mirror of
https://github.com/openharmony/third_party_sane-airscan.git
synced 2026-06-30 21:17:55 -04:00
Fixed libxml2 2.14.2 compatibility, second attempt (#369)
This commit is contained in:
+1
-1
@@ -157,7 +157,7 @@ xml_rd_parse (xmlDoc **doc, const char *xml_text, size_t xml_len)
|
||||
#endif
|
||||
|
||||
if (lasterr != NULL && lasterr->message != NULL) {
|
||||
err = eloop_eprintf("XML: %s", ctxt->lastError.message);
|
||||
err = eloop_eprintf("XML: %s", lasterr->message);
|
||||
} else {
|
||||
err = ERROR("XML: parse error");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user