fix multiple entry of "seriala"

This commit is contained in:
kanjitalk755 2022-07-19 23:07:20 +09:00
parent 756021f267
commit 4b1bc7c38c
1 changed files with 2 additions and 1 deletions

View File

@ -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"));