Changeset 5214 in vbox
- Timestamp:
- Oct 10, 2007 11:45:29 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvHostBase.cpp
r5212 r5214 954 954 rc = RTFileOpen(pFileRawDevice, pThis->pszRawDeviceOpen, fFlags); 955 955 if (RT_FAILURE(rc)) 956 RTFileClose( BlockFileDevice);956 RTFileClose(*pBlockFileDevice); 957 957 } 958 958 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.