fix issue 119

This commit is contained in:
goyuken 2013-09-29 14:15:26 +00:00
parent 7d7c062822
commit 8755bc88f6
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ namespace BizHawk.MultiClient
cmdDumpName = arg.Substring(arg.IndexOf('=') + 1);
else if (arg.StartsWith("--dump-length="))
int.TryParse(arg.Substring(arg.IndexOf('=') + 1), out autoDumpLength);
else if (arg.StartsWith("--dump_close="))
else if (arg.StartsWith("--dump-close"))
autoCloseOnDump = true;
else
cmdRom = arg;