VirtualBox

Changeset 79429 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Jun 30, 2019 3:22:04 PM (5 years ago)
Author:
vboxsync
Message:

VbglR3: Fixed copy & paste bugs in VbglR3GuestCtrlFileCbReadOffset and VbglR3GuestCtrlFileCbWriteOffset. bugref:9320

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestCtrl.cpp

    r79428 r79429  
    15351535    VbglHGCMParmUInt64Set(&Msg.u.ReadOffset.off64New, (uint64_t)offNew);
    15361536
    1537     return VbglR3HGCMCall(&Msg.hdr, RT_UOFFSET_AFTER(HGCMReplyFileNotify, u.read));
     1537    return VbglR3HGCMCall(&Msg.hdr, RT_UOFFSET_AFTER(HGCMReplyFileNotify, u.ReadOffset));
    15381538}
    15391539
     
    15661566    VbglHGCMParmUInt64Set(&Msg.u.WriteOffset.off64New, (uint64_t)offNew);
    15671567
    1568     return VbglR3HGCMCall(&Msg.hdr, RT_UOFFSET_AFTER(HGCMReplyFileNotify, u.write));
     1568    return VbglR3HGCMCall(&Msg.hdr, RT_UOFFSET_AFTER(HGCMReplyFileNotify, u.WriteOffset));
    15691569}
    15701570
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