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:
josh 2008-12-07 23:50:03 +00:00
parent b025d4bd24
commit ef03cbdf21

View File

@ -59,7 +59,7 @@ int main(int argc, char * argv[])
{ {
fractal_type = atoi(strlen(argv[i]) > 2 ? argv[i] + 2 : argv[++i]); 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; display_times = true;
} }