[DatFile, RombaSharp, SabreTools] Spread CHD a little further

This commit is contained in:
Matt Nadareski
2017-10-31 02:46:02 -07:00
parent f03ae76c48
commit b1bc6eb062
3 changed files with 3 additions and 3 deletions

View File

@@ -178,7 +178,7 @@ namespace RombaSharp
ArchiveScanLevel asl = ArchiveTools.GetArchiveScanLevelFromNumbers((onlyNeeded ? 0 : 1), (onlyNeeded ? 0 : 1), (onlyNeeded ? 0 : 1), (onlyNeeded ? 0 : 1));
need.RebuildGeneric(onlyDirs, _depots.Keys.ToList()[0], _tmpdir, false /*quickScan*/, false /*date*/,
false /*delete*/, false /*inverse*/, OutputFormat.TorrentGzip, true /*romba*/, asl, false /*updateDat*/,
null /*headerToCheckAgainst*/);
null /*headerToCheckAgainst*/, true /* ignorechd */);
}
/// <summary>