* Main.cs: * Main.cs: Fixed a potential index out of range exception
when setting dirName (output path).
This commit is contained in:
parent
f692a3c069
commit
e079daa6cc
1 changed files with 1 additions and 1 deletions
|
@ -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