mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add separated-value deserialization test
This commit is contained in:
@@ -73,7 +73,7 @@ namespace SabreTools.Serialization
|
||||
break;
|
||||
|
||||
// Parse the line into a row
|
||||
Row row = null;
|
||||
Row? row = null;
|
||||
if (reader.Line.Count < HeaderWithRomnameCount)
|
||||
{
|
||||
row = new Row
|
||||
|
||||
Reference in New Issue
Block a user