Changeset 14292 in vbox
- Timestamp:
- Nov 18, 2008 12:01:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp
r14281 r14292 4493 4493 if (RT_SUCCESS(rc)) 4494 4494 cb += cbFile; 4495 for (unsigned i = 0; i <= pImage->cExtents; i++) 4495 } 4496 for (unsigned i = 0; i <= pImage->cExtents; i++) 4497 { 4498 if (pImage->pExtents[i].pFile != NULL) 4496 4499 { 4497 rc = vmdkFileGetSize(pImage->pFile, &cbFile);4500 int rc = vmdkFileGetSize(pImage->pExtents[i].pFile, &cbFile); 4498 4501 if (RT_SUCCESS(rc)) 4499 4502 cb += cbFile;
Note:
See TracChangeset
for help on using the changeset viewer.