Changeset 78705 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- May 24, 2019 1:42:36 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 130783
- Location:
- trunk/src/VBox/Runtime/common/path
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/path/RTPathParentLength.cpp
r78702 r78705 70 70 71 71 default: 72 AssertFailedReturn( VERR_INVALID_FLAGS); /* impossible */72 AssertFailedReturn(0); /* impossible */ 73 73 } 74 74 } -
trunk/src/VBox/Runtime/common/path/RTPathParentLength.cpp.h
r78702 r78705 32 32 * @copydoc RTPathParentLengthEx 33 33 */ 34 static int RTPATH_STYLE_FN(rtPathParentLength)(const char *pszPath, uint32_t fFlags)34 static size_t RTPATH_STYLE_FN(rtPathParentLength)(const char *pszPath, uint32_t fFlags) 35 35 { 36 36 /*
Note:
See TracChangeset
for help on using the changeset viewer.