Changeset 34179 in vbox for trunk/src/VBox/Runtime/common/vfs
- Timestamp:
- Nov 18, 2010 3:49:17 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67908
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/vfs/vfschain.cpp
r33973 r34179 568 568 AssertReturn(*pszSpec != '\0', VERR_INVALID_PARAMETER); 569 569 AssertPtrReturn(phVfsFile, VERR_INVALID_POINTER); 570 if (ppszError) 571 *ppszError = NULL; 570 572 571 573 /* … … 613 615 AssertReturn(*pszSpec != '\0', VERR_INVALID_PARAMETER); 614 616 AssertPtrReturn(phVfsIos, VERR_INVALID_POINTER); 617 if (ppszError) 618 *ppszError = NULL; 615 619 616 620 /*
Note:
See TracChangeset
for help on using the changeset viewer.