mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
fix bug in setting udp timing port (doesnt fix macOS 15.2 bug)
This commit is contained in:
@@ -960,7 +960,7 @@ static void parse_arguments (int argc, char *argv[]) {
|
||||
if(!get_ports(3, arg, argv[++i], udp)) exit(1);
|
||||
} else {
|
||||
if(!get_ports(3, arg, argv[i], tcp)) exit(1);
|
||||
for (int j = 1; j < 3; j++) {
|
||||
for (int j = 0; j < 3; j++) {
|
||||
udp[j] = tcp[j];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user