VirtualBox

Changeset 93523 in vbox for trunk/src


Ignore:
Timestamp:
Feb 1, 2022 8:00:53 AM (3 years ago)
Author:
vboxsync
Message:

Main/Unattended: bugref:9781. Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/UnattendedImpl.cpp

    r93522 r93523  
    542542                if (pXmlBuf)
    543543                {
    544                     vrc = RTVfsFileReadAt(hVfsFile, header.XmlData.off, pXmlBuf, (size_t)header.XmlData.cbOrginal, NULL);
     544                    vrc = RTVfsFileReadAt(hVfsFile, (RTFOFF)header.XmlData.off, pXmlBuf, (size_t)header.XmlData.cbOrginal, NULL);
    545545                    if (RT_SUCCESS(vrc))
    546546                    {
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