- Timestamp:
- Apr 11, 2018 10:18:16 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestFileImpl.cpp
r71782 r71816 1158 1158 { 1159 1159 LogFlowThisFunc(("cbWritten=%RU32\n", cbWritten)); 1160 if ( cbWritten)1160 if (pcbWritten) 1161 1161 *pcbWritten = cbWritten; 1162 1162 } … … 1218 1218 { 1219 1219 LogFlowThisFunc(("cbWritten=%RU32\n", cbWritten)); 1220 if ( cbWritten)1220 if (pcbWritten) 1221 1221 *pcbWritten = cbWritten; 1222 1222 }
Note:
See TracChangeset
for help on using the changeset viewer.