mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Clean up based on .NET Core 3.1 reccomendations
This commit is contained in:
@@ -69,7 +69,7 @@ namespace SabreTools.DatFiles.Formats
|
||||
|
||||
Rom rom = new Rom
|
||||
{
|
||||
Name = svr.Line[1].Substring(fullname[0].Length + 1),
|
||||
Name = svr.Line[1][(fullname[0].Length + 1)..],
|
||||
Size = null, // No size provided, but we don't want the size being 0
|
||||
CRC = svr.Line[4],
|
||||
MD5 = svr.Line[3],
|
||||
|
||||
Reference in New Issue
Block a user