Ooops, oversight in variable name

This commit is contained in:
Matt Nadareski
2016-05-19 09:08:00 -07:00
parent 3fd4332024
commit 2befe495a5

View File

@@ -728,7 +728,7 @@ Make a selection:
case "2":
Console.Clear();
Console.Write("Please enter a folder name: ");
input = Console.ReadLine();
outdir = Console.ReadLine();
break;
case "3":
string subsel = "";