From aa887a46fc10f7de7703ab2ca6d1269818c29b91 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Fri, 27 May 2016 13:10:56 -0700 Subject: [PATCH] Change the other place too --- DATabase/MergeDiff.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DATabase/MergeDiff.cs b/DATabase/MergeDiff.cs index b772c13f..ace35d88 100644 --- a/DATabase/MergeDiff.cs +++ b/DATabase/MergeDiff.cs @@ -370,7 +370,7 @@ namespace SabreTools // If we have an output directory set, replace the path string path = ""; - if (_inplace) + if (_inplace || !String.IsNullOrEmpty(_outdir)) { path = Path.GetDirectoryName(_inputs[j].Split('¬')[0]); }