Corrected outdated access attribute name in TDF parsing class

This commit is contained in:
Nav
2024-03-15 18:48:05 +00:00
parent 9002d739fe
commit e2f7fb48f3

View File

@@ -394,7 +394,7 @@ namespace Targets::TargetDescription
}
const auto pageSize = TargetDescriptionFile::tryGetAttribute(xmlElement, "page-size");
const auto accessString = TargetDescriptionFile::tryGetAttribute(xmlElement, "rw");
const auto accessString = TargetDescriptionFile::tryGetAttribute(xmlElement, "access");
auto output = MemorySegment(
TargetDescriptionFile::getAttribute(xmlElement, "key"),