Changeset 28312 in vbox for trunk/src/VBox
- Timestamp:
- Apr 14, 2010 3:54:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/linux/HostHardwareLinux.cpp
r28309 r28312 1865 1865 break; 1866 1866 rc = RTPathReal(szPath, szAbsPath, sizeof(szAbsPath)); 1867 AssertRCBreak(rc) ); /* sysfs should guarantee that this exists */1867 AssertRCBreak(rc); /* sysfs should guarantee that this exists */ 1868 1868 if (!pHandler->doHandle(szAbsPath)) 1869 1869 break;
Note:
See TracChangeset
for help on using the changeset viewer.