Skip to content

Commit

Permalink
GSPalConv bugfixed!
Browse files Browse the repository at this point in the history
I derped.
  • Loading branch information
Techokami committed Sep 4, 2016
1 parent 4aafab9 commit 49d5070
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GSPalConv.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ static void Main(string[] args)
//Make sure this argument is a number...
if (args.Length >= 3)
{
test = int.TryParse(args[3], out lines);
test = int.TryParse(args[2], out lines);
}
else
{
Expand Down
Binary file modified GSPalConv.exe
Binary file not shown.

0 comments on commit 49d5070

Please sign in to comment.