Changeset 66767 in vbox for trunk/src/VBox/Runtime/common/vfs
- Timestamp:
- May 4, 2017 12:46:42 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115179
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/vfs/vfsbase.cpp
r66762 r66767 1489 1489 *pszEntryEnd = '\0'; 1490 1490 if ( rc == VERR_PATH_NOT_FOUND 1491 || rc == VERR_NOT_A_DIRECTORY) 1491 || rc == VERR_NOT_A_DIRECTORY 1492 || rc == VERR_NOT_SYMLINK) 1492 1493 rc = VINF_SUCCESS; 1493 1494 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.