diff --git a/BasiliskII/src/MacOSX/sys_darwin.cpp b/BasiliskII/src/MacOSX/sys_darwin.cpp index 5582fff0..6e8a35c7 100644 --- a/BasiliskII/src/MacOSX/sys_darwin.cpp +++ b/BasiliskII/src/MacOSX/sys_darwin.cpp @@ -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"));