VirtualBox

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


Ignore:
Timestamp:
Jun 20, 2019 4:17:24 PM (5 years ago)
Author:
vboxsync
Message:

VBoxServiceControlSession.cpp: Fixed bug handling seeks relative to the end of the file, mixed up constants in stupid conversion table. bugref:9320

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp

    r78111 r79261  
    671671        {
    672672            UINT8_MAX, RTFILE_SEEK_BEGIN, UINT8_MAX, UINT8_MAX, RTFILE_SEEK_CURRENT,
    673             UINT8_MAX, UINT8_MAX, UINT8_MAX, GUEST_FILE_SEEKTYPE_END
     673            UINT8_MAX, UINT8_MAX, UINT8_MAX, RTFILE_SEEK_END
    674674        };
    675675        if (   uSeekMethod < RT_ELEMENTS(s_abMethods)
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