Changeset 34436 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Nov 28, 2010 9:45:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/vfs/vfsbase.cpp
r34435 r34436 1577 1577 1578 1578 RTMemTmpFree(pvBuf); 1579 1580 /* 1581 * Flush the destination stream on success to make sure we've caught 1582 * errors caused by buffering delays. 1583 */ 1584 if (RT_SUCCESS(rc)) 1585 rc = RTVfsIoStrmFlush(hVfsIosDst); 1586 1579 1587 return rc; 1580 1588 }
Note:
See TracChangeset
for help on using the changeset viewer.