mirror of
https://github.com/claunia/plist-cil.git
synced 2025-12-16 19:14:26 +00:00
Typo.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2015-02-19 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* XmlPropertyListParser.cs:
|
||||
Typo.
|
||||
|
||||
2015-02-19 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* NSNumber.cs:
|
||||
|
||||
@@ -154,7 +154,7 @@ namespace Claunia.PropertyList
|
||||
/// <param name="list">The list of nodes to search.</param>
|
||||
private static List<XmlNode> FilterElementNodes(XmlNodeList list) {
|
||||
List<XmlNode> result = new List<XmlNode>();
|
||||
foreach (XmlNode child in result) {
|
||||
foreach (XmlNode child in list) {
|
||||
if (child.NodeType == XmlNodeType.Element) {
|
||||
result.Add(child);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user