Changeset 48021 in vbox
- Timestamp:
- Aug 23, 2013 12:02:52 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/vfs/vfsbase.cpp
r44529 r48021 1555 1555 if (RT_FAILURE(rc)) 1556 1556 break; 1557 if (rc == VINF_EOF && cbRead == 0) 1557 if (cbRead == 0) /* will never return VINF_EOF as we passed cbRead so the 1558 caller is expected to handle partial reads. */ 1558 1559 break; 1559 1560
Note:
See TracChangeset
for help on using the changeset viewer.