Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkauppila committed Aug 14, 2011
1 parent 1342716 commit cee8444
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/test-automation/src/runner/runner.c
Expand Up @@ -1207,17 +1207,11 @@ ParseOptions(int argc, char *argv[])
exit(1);
}

// \todo User given string should be handled as a string
// representing a hex digit
//userExecKey = atoi(execKeyString);

int ret = sscanf(execKeyString, "%llx", &userExecKey);
if(ret != 1) {
fprintf(stderr, "Error: Failed to parse exec-key option");
exit(1);
}

printf("%Lx", userExecKey);
}
else if(SDL_strcmp(arg, "--test") == 0 || SDL_strcmp(arg, "-t") == 0) {
only_selected_test = 1;
Expand Down

0 comments on commit cee8444

Please sign in to comment.