Changeset 76902 in vbox for trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp
- Timestamp:
- Jan 19, 2019 2:25:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp
r76553 r76902 458 458 { 459 459 if (cbToRead <= 0) 460 { 461 if (pcbRead) 462 *pcbRead = 0; 460 463 return VINF_SUCCESS; 464 } 461 465 462 466 /*
Note:
See TracChangeset
for help on using the changeset viewer.