Changeset 39438 in vbox for trunk/src/VBox
- Timestamp:
- Nov 28, 2011 1:55:27 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/vfs/vfschain.cpp
r37596 r39438 506 506 507 507 /* 508 * Cleanup and set the error indicator on failure. 509 */ 510 if (RT_FAILURE(rc)) 508 * Return the chain on success; Cleanup and set the error indicator on 509 * failure. 510 */ 511 if (RT_SUCCESS(rc)) 512 *ppSpec = pSpec; 513 else 511 514 { 512 515 if (ppszError)
Note:
See TracChangeset
for help on using the changeset viewer.