Changeset 5925 in vbox for trunk/src/VBox/Frontends/VBoxBFE/USBProxyServiceLinux.cpp
- Timestamp:
- Dec 2, 2007 11:09:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/USBProxyServiceLinux.cpp
r5523 r5925 860 860 if ( If.pszDriver 861 861 && ( !strcmp (If.pszDriver, "(none)") 862 || !strcmp (If.pszDriver, "(no driver)") )863 || !*If.pszDriver) 862 || !strcmp (If.pszDriver, "(no driver)") 863 || !*If.pszDriver)) 864 864 { 865 865 RTStrFree ((char *)If.pszDriver);
Note:
See TracChangeset
for help on using the changeset viewer.