Changeset 74251 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Sep 13, 2018 4:35:23 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 125045
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/rest/RTCRestClientResponseBase.cpp
r74250 r74251 300 300 */ 301 301 RTCRestObjectBase *pValue; 302 intrc = a_pMap->putNewValue(&pValue, a_pchField, a_cchField);302 rc = a_pMap->putNewValue(&pValue, a_pchField, a_cchField); 303 303 if (RT_SUCCESS(rc)) 304 304 {
Note:
See TracChangeset
for help on using the changeset viewer.