Create locked version of inplace diffing, currently no flag is set

This commit is contained in:
Matt Nadareski
2016-05-26 21:35:45 -07:00
parent 1ae690d3c7
commit c0fb12682c
2 changed files with 71 additions and 26 deletions

View File

@@ -1574,7 +1574,7 @@ Make a selection:
{
try
{
newInputs.Add(Path.GetFullPath(input.Replace("\"", "") + "¬"));
newInputs.Add(Path.GetFullPath(input.Replace("\"", "")) + "¬" + Path.GetFullPath(input.Replace("\"", "")));
}
catch (PathTooLongException)
{