- Timestamp:
- Aug 3, 2011 9:45:29 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp
r38293 r38294 1187 1187 SafeArray<BYTE> aOutputData; 1188 1188 ULONG cbOutputData = 0; 1189 int vrc; 1189 1190 for (;;) 1190 1191 { … … 1195 1196 && aOutputData.size()) 1196 1197 { 1197 intvrc = stream.AddData(aOutputData.raw(), aOutputData.size());1198 vrc = stream.AddData(aOutputData.raw(), aOutputData.size()); 1198 1199 if (RT_UNLIKELY(RT_FAILURE(vrc))) 1199 1200 {
Note:
See TracChangeset
for help on using the changeset viewer.