mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add DosCenter deserialization test, fix issues
This commit is contained in:
@@ -175,7 +175,7 @@ namespace SabreTools.IO.Readers
|
||||
{
|
||||
while (++i < linegc.Length
|
||||
&& linegc[i] != "size"
|
||||
&& linegc[i] != "date"
|
||||
&& !(linegc[i] == "date" && char.IsDigit(linegc[i + 1][0]))
|
||||
&& linegc[i] != "crc")
|
||||
{
|
||||
value += $" {linegc[i]}";
|
||||
@@ -235,7 +235,7 @@ namespace SabreTools.IO.Readers
|
||||
Internal[key] = value;
|
||||
RowType = CmpRowType.Internal;
|
||||
Standalone = null;
|
||||
}
|
||||
}
|
||||
|
||||
InternalName = normalizedValue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user