Skip to content

Commit 394d2e7

Browse files
committed
Add libxml version where pragma no longer needed
libxml 2.14.6 includes the regression to undeprecate xmlAddNotationDecl.
1 parent c48c263 commit 394d2e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/common/s1kd_tools.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ void add_notation(xmlDocPtr doc, const xmlChar *name, const xmlChar *pubId, cons
445445
if (!xmlHashLookup(doc->intSubset->notations, BAD_CAST name)) {
446446
/* FIXME:
447447
*
448-
* Needed for libxml >= 2.14.0 and < (TBD)
448+
* Needed for libxml >= 2.14.0 and < 2.14.6
449449
*
450450
* See: https://gitlab.gnome.org/GNOME/libxml2/-/commit/c4b278ec
451451
*/

0 commit comments

Comments
 (0)