Changeset 34405 in vbox for trunk/src/VBox/Runtime/common/vfs
- Timestamp:
- Nov 26, 2010 4:43:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/vfs/vfsstdfile.cpp
r34045 r34405 164 164 if (RT_FAILURE(rc)) 165 165 break; 166 if (off <0)166 if (off >= 0) 167 167 off += cbReadSeg; 168 168 cbRead += cbReadSeg;
Note:
See TracChangeset
for help on using the changeset viewer.