mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
testsem: don't re-parse positional argument twice
This commit is contained in:
parent
abfc2a01ca
commit
6a9c692bb9
1 changed files with 0 additions and 1 deletions
|
|
@ -302,7 +302,6 @@ int main(int argc, char **argv)
|
|||
(void)signal(SIGTERM, killed);
|
||||
(void)signal(SIGINT, killed);
|
||||
|
||||
init_sem = SDL_atoi(argv[1]);
|
||||
if (init_sem > 0) {
|
||||
TestRealWorld(init_sem);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue