mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-23 20:32:29 +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));
|
||||
|
||||
// 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);
|
||||
break;
|
||||
}
|
||||
else
|
||||
D(bug("Could not get BSD device path for modem\n"));
|
||||
|
Loading…
Reference in New Issue
Block a user