mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix writes
This commit is contained in:
@@ -627,7 +627,7 @@ namespace RombaSharp.Features
|
||||
{
|
||||
foreach (DatItem datItem in tempdat.Items[romkey])
|
||||
{
|
||||
Globals.Logger.Verbose($"Checking and adding file '{datItem.Name}'");
|
||||
Globals.Logger.Verbose($"Checking and adding file '{datItem.GetName() ?? string.Empty}'");
|
||||
|
||||
if (datItem.ItemType == ItemType.Disk)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user