Skip to content

Commit

Permalink
Fix GSXML compatibility with libxml2 v2.11.0
Browse files Browse the repository at this point in the history
Fixes #294.
  • Loading branch information
triplef committed May 4, 2023
1 parent a5a1ef0 commit 37913d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Additions/GSXML.m
Original file line number Diff line number Diff line change
Expand Up @@ -2671,10 +2671,12 @@ + (void) initialize
return NULL;
}
ret->owner = 1;
#if LIBXML_VERSION < 21100
if (ret->checked == 0)
{
ret->checked = 1;
}
#endif
}
}
}
Expand Down

0 comments on commit 37913d0

Please sign in to comment.