VirtualBox

Changeset 107655 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 10, 2025 1:58:47 PM (4 weeks ago)
Author:
vboxsync
Message:

src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp: Fixed warnings found by Parfait (change of signedness on implicit conversion). jiraref:VBP-1424

File:
1 edited

Legend:

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

    r107652 r107655  
    669669            if (RT_SUCCESS(rc))
    670670            {
    671                 offNew = offReadAt + cbRead;
     671                offNew = (int64_t)(offReadAt + cbRead);
    672672                RTFileSeek(pFile->hFile, offNew, RTFILE_SEEK_BEGIN, NULL); /* RTFileReadAt does not always change position. */
    673673            }
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