mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] DOSCenter doesn't use quotes
This commit is contained in:
@@ -4348,7 +4348,7 @@ namespace SabreTools.Helper
|
||||
// We don't output these at all
|
||||
break;
|
||||
case ItemType.Rom:
|
||||
state += "\tfile ( name\"" + ((Rom)rom).Name
|
||||
state += "\tfile ( name " + ((Rom)rom).Name
|
||||
+ (((Rom)rom).Size != -1 ? " size " + ((Rom)rom).Size : "")
|
||||
+ (!String.IsNullOrEmpty(((Rom)rom).Date) ? " date " + ((Rom)rom).Date : "")
|
||||
+ (!String.IsNullOrEmpty(((Rom)rom).CRC) ? " crc " + ((Rom)rom).CRC.ToLowerInvariant() : "")
|
||||
|
||||
Reference in New Issue
Block a user