mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SabreTools] Forgot to change one to temparg
This commit is contained in:
@@ -556,7 +556,7 @@ namespace SabreTools
|
|||||||
}
|
}
|
||||||
else if (File.Exists(temparg) || Directory.Exists(temparg))
|
else if (File.Exists(temparg) || Directory.Exists(temparg))
|
||||||
{
|
{
|
||||||
inputs.Add(arg);
|
inputs.Add(temparg);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user