[ALL] Code cleanup, merge DFD and DFDP flags

This commit is contained in:
Matt Nadareski
2016-09-13 12:40:09 -07:00
parent 9574765b3c
commit bb53d3c3eb
6 changed files with 47 additions and 291 deletions

View File

@@ -543,7 +543,7 @@ namespace SabreTools.Helper
else
{
string archiveFileName = Path.Combine(_outdir, found.Machine.Name + ".zip");
FileTools.CopyFileBetweenManagedArchives(input, archiveFileName, rom.Name, found.Name, _logger);
FileTools.CopyFileBetweenArchives(input, archiveFileName, rom.Name, found.Name, _logger);
}
}
}