- Timestamp:
- Jan 10, 2025 1:17:31 PM (8 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestFileImpl.cpp
r107644 r107645 638 638 vrc = VERR_WRONG_PARAMETER_TYPE); 639 639 uint32_t const cbWritten = pSvcCbData->mpaParms[idx].u.uint32; 640 int64_toffNew = (int64_t)pSvcCbData->mpaParms[idx + 1].u.uint64;641 Log3ThisFunc(("cbWritten=%RU32 offNew=%R I64 (%#RX64)\n", cbWritten, offNew, offNew));640 uint64_t offNew = (int64_t)pSvcCbData->mpaParms[idx + 1].u.uint64; 641 Log3ThisFunc(("cbWritten=%RU32 offNew=%RU64 (%#RX64)\n", cbWritten, offNew, offNew)); 642 642 643 643 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
Note:
See TracChangeset
for help on using the changeset viewer.