Changeset 63644 in vbox
- Timestamp:
- Aug 26, 2016 8:09:14 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Storage/VMDK.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VMDK.cpp
r63567 r63644 1160 1160 /* If no grain table is allocated skip the entry. */ 1161 1161 if (*pGDTmp == 0 && *pRGDTmp == 0) 1162 { 1163 i++; 1162 1164 continue; 1165 } 1163 1166 1164 1167 if (*pGDTmp == 0 || *pRGDTmp == 0 || *pGDTmp == *pRGDTmp)
Note:
See TracChangeset
for help on using the changeset viewer.

