- Timestamp:
- May 22, 2007 8:32:50 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp
r2742 r2758 2590 2590 #endif /* VBOX_WITH_VMDK_ESX */ 2591 2591 case VMDKETYPE_FLAT: 2592 if (pExtent->File != NIL_RTFILE && !(pImage->uOpenFlags & VD_OPEN_FLAGS_READONLY)) 2592 /** @todo implement proper path absolute check. */ 2593 if (pExtent->File != NIL_RTFILE && !(pImage->uOpenFlags & VD_OPEN_FLAGS_READONLY) && !(pExtent->pszBasename[0] == RTPATH_SLASH)) 2593 2594 rc = RTFileFlush(pExtent->File); 2594 2595 break;
Note:
See TracChangeset
for help on using the changeset viewer.