This commit is contained in:
Johann Studanski
2025-01-21 19:59:07 +01:00
parent 9e53befd46
commit eca9239b5c

View File

@@ -158,7 +158,7 @@ namespace Claunia.PropertyList
//Read all bytes into a list
byte[] buf = PropertyListParser.ReadAll(fs);
// Don't close the stream - that would be the responisibility of code that class
// Don't close the stream - that would be the responsibility of code that class
// Parse
return Parse(buf);
}