Changeset 78252 in vbox for trunk/src/VBox
- Timestamp:
- Apr 22, 2019 11:25:02 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/http-curl.cpp
r78066 r78252 3077 3077 { 3078 3078 int rc = pThis->pfnDownloadCallback(pThis, pchBuf, cbToAppend, pThis->uDownloadHttpStatus, pThis->offDownloadContent, 3079 pThis->cbDownloadContent, pThis->pv UploadCallbackUser);3079 pThis->cbDownloadContent, pThis->pvDownloadCallbackUser); 3080 3080 if (RT_SUCCESS(rc)) 3081 3081 {
Note:
See TracChangeset
for help on using the changeset viewer.