mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Make output redirect act like inplace for cascade
This commit is contained in:
@@ -316,7 +316,7 @@ namespace SabreTools
|
||||
DatData diffData;
|
||||
|
||||
// If we're in inplace mode, take the appropriate DatData object already stored
|
||||
if (_inplace)
|
||||
if (_inplace || !String.IsNullOrEmpty(_outdir))
|
||||
{
|
||||
diffData = datHeaders[j];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user