mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Use OpenMSX serializer for reading only
This commit is contained in:
@@ -54,7 +54,7 @@ namespace SabreTools.DatFiles.Formats
|
||||
Header.Comment ??= doscenter.Comment;
|
||||
|
||||
// Handle implied SuperDAT
|
||||
if (doscenter.Name.Contains(" - SuperDAT") && keep)
|
||||
if (doscenter.Name?.Contains(" - SuperDAT") == true && keep)
|
||||
Header.Type ??= "SuperDAT";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user