VirtualBox

Changeset 41317 in vbox for trunk/src/VBox/Storage


Ignore:
Timestamp:
May 15, 2012 2:51:45 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77987
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/VHDX.cpp

    r41315 r41317  
    582582    pUuidConv->Gen.u8ClockSeqHiAndReserved = pUuid->Gen.u8ClockSeqHiAndReserved;
    583583    pUuidConv->Gen.u8ClockSeqLow           = pUuid->Gen.u8ClockSeqLow;
    584     bcopy(pUuidConv->Gen.au8Node, pUuid->Gen.au8Node, sizeof(pUuid->Gen.au8Node));
     584    for (unsigned i = 0; i < RT_ELEMENTS(pUuidConv->Gen.au8Node); i++)
     585        pUuidConv->Gen.au8Node[i] = pUuid->Gen.au8Node[i];
    585586}
    586587
Note: See TracChangeset for help on using the changeset viewer.

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