Changeset 18808 in vbox for trunk/src/VBox
- Timestamp:
- Apr 7, 2009 11:51:54 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/stream.cpp
r17008 r18808 517 517 if (feof(pStream->pFile)) 518 518 #endif 519 { 520 rc = VERR_EOF; 519 521 break; 522 } 520 523 #ifdef HAVE_FWRITE_UNLOCKED 521 524 if (ferror_unlocked(pStream->pFile))
Note:
See TracChangeset
for help on using the changeset viewer.