Changeset 57726 in vbox for trunk/src/VBox/Runtime/tools/RTHttp.cpp
- Timestamp:
- Sep 12, 2015 12:01:23 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTHttp.cpp
r57689 r57726 143 143 } 144 144 if (RT_FAILURE(rcHttp)) 145 rcExit = RTMsgErrorExit(RTEXITCODE_FAILURE, "Error %Rrc getting '%s'", rc , ValueUnion.psz);145 rcExit = RTMsgErrorExit(RTEXITCODE_FAILURE, "Error %Rrc getting '%s'", rcHttp, ValueUnion.psz); 146 146 break; 147 147 }
Note:
See TracChangeset
for help on using the changeset viewer.