changed -times to --times to avoid prefix match
git-svn-id: svn://anubis/gvsu@331 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
parent
b025d4bd24
commit
ef03cbdf21
@ -59,7 +59,7 @@ int main(int argc, char * argv[])
|
||||
{
|
||||
fractal_type = atoi(strlen(argv[i]) > 2 ? argv[i] + 2 : argv[++i]);
|
||||
}
|
||||
else if (!strcmp(argv[i], "-times"))
|
||||
else if (!strcmp(argv[i], "--times"))
|
||||
{
|
||||
display_times = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user