Skip to content

Commit 7a07580

Browse files
committed
gnustep-base: add patch for compatibility with libxml2 v2.11.0
1 parent 24a1614 commit 7a07580

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
https://github.com/gnustep/libs-base/issues/294
2+
3+
diff --git a/Source/Additions/GSXML.m b/Source/Additions/GSXML.m
4+
index 37f509564..46fda62bd 100644
5+
--- a/Source/Additions/GSXML.m
6+
+++ b/Source/Additions/GSXML.m
7+
@@ -2671,10 +2671,6 @@ getEntityDefault(void *ctx, const xmlChar *name, BOOL resolve)
8+
return NULL;
9+
}
10+
ret->owner = 1;
11+
- if (ret->checked == 0)
12+
- {
13+
- ret->checked = 1;
14+
- }
15+
}
16+
}
17+
}

0 commit comments

Comments
 (0)