Add history tag support (fixes #34)

This commit is contained in:
Matt Nadareski
2020-12-28 10:22:40 -08:00
parent ebe3a41595
commit 2e674e23ca
8 changed files with 37 additions and 0 deletions

View File

@@ -1699,6 +1699,10 @@ namespace SabreTools.Filtering
#region ListXML
// Machine_History
if (!Filter.PassStringFilter(MachineFilter.History, machine.History))
return false;
// Machine_SourceFile
if (!Filter.PassStringFilter(MachineFilter.SourceFile, machine.SourceFile))
return false;