mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 10:20:59 +00:00
* Main.cs: * Main.cs: Fixed a potential index out of range exception
when setting dirName (output path).
This commit is contained in:
parent
08bc033ff0
commit
e0d33e995d
|
@ -88,7 +88,7 @@ namespace Bind
|
|||
mode = GeneratorMode.CL10;
|
||||
else
|
||||
throw new NotImplementedException();
|
||||
if (b.Length > 1)
|
||||
if (b.Length > 2)
|
||||
dirName = b[2];
|
||||
break;
|
||||
case "namespace":
|
||||
|
|
Loading…
Reference in a new issue