mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-17 06:31:14 +00:00
fix multiple entry of "seriala"
This commit is contained in:
parent
756021f267
commit
4b1bc7c38c
@ -350,8 +350,9 @@ void DarwinAddSerialPrefs(void)
|
|||||||
{
|
{
|
||||||
D(bug("Modem BSD path: %s\n", bsdPath));
|
D(bug("Modem BSD path: %s\n", bsdPath));
|
||||||
|
|
||||||
// Note that if there are multiple modems, we only get the last
|
// Note that if there are multiple modems, we only get the first
|
||||||
PrefsAddString("seriala", bsdPath);
|
PrefsAddString("seriala", bsdPath);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
D(bug("Could not get BSD device path for modem\n"));
|
D(bug("Could not get BSD device path for modem\n"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user