Changeset 107655 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jan 10, 2025 1:58:47 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 166746
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp
r107652 r107655 669 669 if (RT_SUCCESS(rc)) 670 670 { 671 offNew = offReadAt + cbRead;671 offNew = (int64_t)(offReadAt + cbRead); 672 672 RTFileSeek(pFile->hFile, offNew, RTFILE_SEEK_BEGIN, NULL); /* RTFileReadAt does not always change position. */ 673 673 }
Note:
See TracChangeset
for help on using the changeset viewer.