Changeset 26344 in vbox for trunk/src/VBox/Runtime/common/path
- Timestamp:
- Feb 9, 2010 3:39:45 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57432
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/path/RTPathAbsEx.cpp
r24221 r26344 57 57 RTDECL(int) RTPathAbsEx(const char *pszBase, const char *pszPath, char *pszAbsPath, size_t cchAbsPath) 58 58 { 59 if ( pszBase 60 && pszPath 59 if ( pszBase 60 && pszPath 61 61 && !rtPathVolumeSpecLen(pszPath) 62 62 )
Note:
See TracChangeset
for help on using the changeset viewer.