mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-15 23:06:40 +00:00
Thanks for the bisect, @joolswills. Those pointers sure can be nasty. Fixes #1876.
This commit is contained in:
parent
adb532d6f6
commit
f067fd2dbc
@ -594,9 +594,10 @@ static void parse_input(int argc, char *argv[])
|
||||
for (;;)
|
||||
{
|
||||
int port;
|
||||
int c = getopt_long(argc, argv, optstring, opts, NULL);
|
||||
int c;
|
||||
|
||||
val = 0;
|
||||
val = 0;
|
||||
c = getopt_long(argc, argv, optstring, opts, NULL);
|
||||
|
||||
if (c == -1)
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user