Changeset 94779 in vbox for trunk/src/VBox/Main/src-all/CryptoUtils.cpp
- Timestamp:
- May 2, 2022 10:54:39 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/CryptoUtils.cpp
r94778 r94779 57 57 SsmStream *pThis = static_cast<SsmStream *>(pvUser); 58 58 59 return RTVfsFileTell(pThis->m_hVfsFile);59 return (uint64_t)RTVfsFileTell(pThis->m_hVfsFile); 60 60 } 61 61
Note:
See TracChangeset
for help on using the changeset viewer.