- Timestamp:
- Sep 4, 2018 3:34:41 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTHttp.cpp
r74071 r74072 123 123 if (RT_C_IS_BLANK(*pszValue)) 124 124 pszValue++; 125 intrc = RTHttpAddHeader(hHttp, ValueUnion.psz, pszValue, RTSTR_MAX, RTHTTPADDHDR_F_BACK);125 rc = RTHttpAddHeader(hHttp, ValueUnion.psz, pszValue, RTSTR_MAX, RTHTTPADDHDR_F_BACK); 126 126 *pszColon = ':'; 127 127 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.