Fixed --profile-laps command line parameter.

This commit is contained in:
hiker 2014-05-14 16:47:21 +10:00
parent 5966cefed9
commit 717a989bf8

View File

@ -856,7 +856,7 @@ int handleCmdLine()
}
} // --laps
if(CommandLine::has("--profile-laps=", &n))
if(CommandLine::has("--profile-laps", &n))
{
if (n < 0)
{