VirtualBox

Changeset 18966 in vbox


Ignore:
Timestamp:
Apr 16, 2009 8:34:22 PM (16 years ago)
Author:
vboxsync
Message:

Storage/Vmdk: compiler warning fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp

    r18822 r18966  
    50505050                    uint32_t uSectorInGrain = uSectorExtentRel % pExtent->cSectorsPerGrain;
    50515051                    uSectorExtentAbs -= uSectorInGrain;
    5052                     uint64_t uLBA;
     5052                    uint64_t uLBA = uSectorExtentRel;
    50535053                    if (    pExtent->uGrainSector != uSectorExtentAbs
    50545054                        ||  pExtent->uGrainSector != pExtent->uLastGrainSector)
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