Changeset 33821 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Nov 7, 2010 4:36:20 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67466
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/vfs/vfsstdfile.cpp
r33820 r33821 104 104 size_t cbReadSeg; 105 105 size_t *pcbReadSeg = pcbRead ? &cbReadSeg : NULL; 106 rc = VINF_SUCCESS; 106 107 107 108 for (uint32_t iSeg = 0; iSeg < pSgBuf->cSegs; iSeg++) … … 157 158 size_t cbWrittenSeg; 158 159 size_t *pcbWrittenSeg = pcbWritten ? &cbWrittenSeg : NULL; 160 rc = VINF_SUCCESS; 159 161 160 162 for (uint32_t iSeg = 0; iSeg < pSgBuf->cSegs; iSeg++)
Note:
See TracChangeset
for help on using the changeset viewer.