Changeset 19929 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- May 23, 2009 12:15:49 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/path.cpp
r19928 r19929 759 759 { 760 760 #if defined (RT_OS_OS2) || defined (RT_OS_WINDOWS) 761 if ( pszPath[1] == ':' 761 if ( (size_t)(pszPathEnd - pszPath) == 2 762 && pszPath[1] == ':' 762 763 && RT_C_IS_ALPHA(pszPath[0])) 763 764 {
Note:
See TracChangeset
for help on using the changeset viewer.