Changeset 21678 in vbox
- Timestamp:
- Jul 17, 2009 12:37:53 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50227
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/path/rtPathVolumeSpecLen.cpp
r21676 r21678 58 58 /* Drive letter. */ 59 59 if ( pszPath[1] == ':' 60 && RT_C_IS_ALPHA(pszPath[0]) 60 && RT_C_IS_ALPHA(pszPath[0])) 61 61 return 2; 62 62 }
Note:
See TracChangeset
for help on using the changeset viewer.