Changeset 75288 in vbox for trunk/src/VBox
- Timestamp:
- Nov 6, 2018 2:38:52 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp
r75282 r75288 5155 5155 * (No need to do try/except as this is a buffered request.) 5156 5156 */ 5157 if ( pImage->fNative)5157 if (!pImage->fNative) 5158 5158 { 5159 5159 pImage->cbStrTab = pReq->u.In.cbStrTab;
Note:
See TracChangeset
for help on using the changeset viewer.