VirtualBox

Changeset 51306 in vbox


Ignore:
Timestamp:
May 20, 2014 12:43:45 PM (11 years ago)
Author:
vboxsync
Message:

Cosmetic change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/testcase/vbox-img.cpp

    r51286 r51306  
    424424                            pszFilename, rc);
    425425
    426     RTPrintf("Old image LCHS: %u/%u/%u\n", oldLCHSGeometry.cCylinders, oldLCHSGeometry.cHeads, oldLCHSGeometry.cSectors);
    427 
    428426    VDGEOMETRY newLCHSGeometry = oldLCHSGeometry;
    429427    if (fCylinders)
     
    436434    if (fCylinders || fHeads || fSectors)
    437435    {
     436        RTPrintf("Old image LCHS: %u/%u/%u\n", oldLCHSGeometry.cCylinders, oldLCHSGeometry.cHeads, oldLCHSGeometry.cSectors);
    438437        RTPrintf("New image LCHS: %u/%u/%u\n", newLCHSGeometry.cCylinders, newLCHSGeometry.cHeads, newLCHSGeometry.cSectors);
    439438
     
    443442                                pszFilename, rc);
    444443    }
     444    else
     445        RTPrintf("Current image LCHS: %u/%u/%u\n", oldLCHSGeometry.cCylinders, oldLCHSGeometry.cHeads, oldLCHSGeometry.cSectors);
     446
    445447
    446448    VDDestroy(pVD);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette