[SabreTools] Forgot to change one to temparg

This commit is contained in:
Matt Nadareski
2016-06-13 10:47:48 -07:00
parent 63c1c4aa7f
commit cec0161f2a

View File

@@ -556,7 +556,7 @@ namespace SabreTools
}
else if (File.Exists(temparg) || Directory.Exists(temparg))
{
inputs.Add(arg);
inputs.Add(temparg);
}
else
{