# | Line 261 | Line 261 | void DarwinAddFloppyPrefs(void) | |
---|---|---|
261 | continue; | |
262 | } | |
263 | } | |
264 | < | else |
265 | < | bug("Couldn't get kIOMediaSizeKey of device"); |
266 | < | |
267 | < | |
264 | > | else { |
265 | > | D(puts("Couldn't get kIOMediaSizeKey of device")); |
266 | > | continue; // if kIOMediaSizeKey is unavailable, we shouldn't use it anyway |
267 | > | } |
268 | > | |
269 | *bsdPath = '\0'; | |
270 | if ( bsdPathAsCFString ) | |
271 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |