mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Support ancient .NET in Skippers
This commit is contained in:
@@ -53,7 +53,7 @@ namespace SabreTools.Skippers
|
||||
public Rule? GetMatchingRule(Stream input, string skipperName)
|
||||
{
|
||||
// If we have no name supplied, try to blindly match
|
||||
if (string.IsNullOrWhiteSpace(skipperName))
|
||||
if (string.IsNullOrEmpty(skipperName))
|
||||
return GetMatchingRule(input);
|
||||
|
||||
// If the name matches the internal name of the skipper
|
||||
|
||||
Reference in New Issue
Block a user