Changeset 25925 in vbox for trunk/src/VBox
- Timestamp:
- Jan 20, 2010 11:10:12 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/path/RTPathStripTrailingSlash.cpp
r25923 r25925 54 54 && pszPath[1] == ':' 55 55 && RT_C_IS_ALPHA(pszPath[0])) 56 return cch+ 1;56 return off + 1; 57 57 #endif 58 58 pszPath[off] = '\0';
Note:
See TracChangeset
for help on using the changeset viewer.