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