Changeset 51306 in vbox
- Timestamp:
- May 20, 2014 12:43:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/vbox-img.cpp
r51286 r51306 424 424 pszFilename, rc); 425 425 426 RTPrintf("Old image LCHS: %u/%u/%u\n", oldLCHSGeometry.cCylinders, oldLCHSGeometry.cHeads, oldLCHSGeometry.cSectors);427 428 426 VDGEOMETRY newLCHSGeometry = oldLCHSGeometry; 429 427 if (fCylinders) … … 436 434 if (fCylinders || fHeads || fSectors) 437 435 { 436 RTPrintf("Old image LCHS: %u/%u/%u\n", oldLCHSGeometry.cCylinders, oldLCHSGeometry.cHeads, oldLCHSGeometry.cSectors); 438 437 RTPrintf("New image LCHS: %u/%u/%u\n", newLCHSGeometry.cCylinders, newLCHSGeometry.cHeads, newLCHSGeometry.cSectors); 439 438 … … 443 442 pszFilename, rc); 444 443 } 444 else 445 RTPrintf("Current image LCHS: %u/%u/%u\n", oldLCHSGeometry.cCylinders, oldLCHSGeometry.cHeads, oldLCHSGeometry.cSectors); 446 445 447 446 448 VDDestroy(pVD);
Note:
See TracChangeset
for help on using the changeset viewer.