Changeset 51651 in vbox for trunk/src/VBox/Runtime/common/vfs
- Timestamp:
- Jun 18, 2014 3:25:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/vfs/vfschain.cpp
r44529 r51651 613 613 RTDECL(int) RTVfsChainOpenIoStream(const char *pszSpec, uint64_t fOpen, PRTVFSIOSTREAM phVfsIos, const char **ppszError) 614 614 { 615 if (ppszError) 616 *ppszError = NULL; 617 615 618 AssertPtrReturn(pszSpec, VERR_INVALID_POINTER); 616 619 AssertReturn(*pszSpec != '\0', VERR_INVALID_PARAMETER); 617 620 AssertPtrReturn(phVfsIos, VERR_INVALID_POINTER); 618 if (ppszError)619 *ppszError = NULL;620 621 621 622 /*
Note:
See TracChangeset
for help on using the changeset viewer.