Changeset 78272 in vbox for trunk/src/VBox/Runtime/common/rest
- Timestamp:
- Apr 24, 2019 2:10:29 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/rest/rest-binary.cpp
r76553 r78272 682 682 pThis->m_cbDownloaded = offContent + cbBuf; 683 683 684 /* we cap it at m_cbMaxDownload which is size_t so this cast is safe */ 685 pThis->m_cbData = (size_t)pThis->m_cbDownloaded; 686 684 687 RT_NOREF(hHttp); 685 688 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.