mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ALL] Update string check; add output path helper
This commit is contained in:
@@ -621,7 +621,7 @@ namespace SabreTools.Library.DatFiles
|
||||
bool found = false;
|
||||
foreach (string straw in haystack)
|
||||
{
|
||||
if (!String.IsNullOrEmpty(straw))
|
||||
if (!String.IsNullOrWhiteSpace(straw))
|
||||
{
|
||||
string regexStraw = straw;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user