Changeset 57635 in vbox
- Timestamp:
- Sep 7, 2015 10:54:26 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102519
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/vfs/vfsstdfile.cpp
r57358 r57635 489 489 int rc = RTVfsFileFromRTFile(hFile, fOpen, fLeaveOpen, &hVfsFile); 490 490 if (RT_SUCCESS(rc)) 491 { 491 492 *phVfsIos = RTVfsFileToIoStream(hVfsFile); 493 RTVfsFileRelease(hVfsFile); 494 } 492 495 return rc; 493 496 }
Note:
See TracChangeset
for help on using the changeset viewer.