Support ancient .NET in Filtering

This commit is contained in:
Matt Nadareski
2024-02-28 23:09:31 -05:00
parent 2145245c31
commit c2973beb7f
8 changed files with 83 additions and 55 deletions

View File

@@ -35,7 +35,7 @@ namespace SabreTools.Filtering
public bool SetRemover(string field)
{
// If the key is null or empty, return false
if (string.IsNullOrWhiteSpace(field))
if (string.IsNullOrEmpty(field))
return false;
// If we have a Machine field