Changeset 11856 in vbox for trunk/src/VBox/Main/darwin
- Timestamp:
- Aug 29, 2008 11:24:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/darwin/iokit.cpp
r11822 r11856 1514 1514 *psz++ = ':'; 1515 1515 *psz++ = ' '; 1516 size_t cchLeft = sizeof(szTmp) - (psz - &szTmp[0]) ;1516 size_t cchLeft = sizeof(szTmp) - (psz - &szTmp[0]) - (sizeof(" (Wireless)") - 1); 1517 1517 CFIndex i; 1518 1518 for (i = 0; i < cIfs; i++) … … 1536 1536 fUSB ? "USB " : "", 1537 1537 fWireless ? fAirPort ? "AirPort " : "Wireless" : "Ethernet"); 1538 /* If we did find it and it's wireless but without "AirPort" or "Wireless", fix it */ 1539 else if ( fWireless 1540 && !strstr(szTmp, "AirPort") 1541 && !strstr(szTmp, "Wireless")) 1542 strcat(szTmp, " (Wireless)"); 1538 1543 1539 1544 /*
Note:
See TracChangeset
for help on using the changeset viewer.