mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Improve logging and Nodump handling
This commit is contained in:
@@ -75,6 +75,11 @@ namespace SabreTools.Helper
|
||||
{
|
||||
continue;
|
||||
}
|
||||
// Special case for nodump...
|
||||
else if (gc[i] == "nodump" && attrib != "status" && attrib != "flags")
|
||||
{
|
||||
temp.SetAttributeValue("status", "nodump");
|
||||
}
|
||||
// Even number of quotes, not in a quote, not in attribute
|
||||
else if (Regex.Matches(gc[i], "\"").Count % 2 == 0 && !quote && attrib == "")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user