Make output redirect act like inplace for cascade

This commit is contained in:
Matt Nadareski
2016-05-27 13:09:57 -07:00
parent 9d855e23ac
commit 25f34733da

View File

@@ -316,7 +316,7 @@ namespace SabreTools
DatData diffData; DatData diffData;
// If we're in inplace mode, take the appropriate DatData object already stored // If we're in inplace mode, take the appropriate DatData object already stored
if (_inplace) if (_inplace || !String.IsNullOrEmpty(_outdir))
{ {
diffData = datHeaders[j]; diffData = datHeaders[j];
} }