- Timestamp:
- Apr 12, 2017 12:27:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/tstVDIo.cpp
r66263 r66528 2058 2058 if ( strlen(pszLocation) >= 2 2059 2059 && *pszLocation == '.' 2060 && pszLocation[1] == '/') 2060 && ( pszLocation[1] == '/' 2061 || pszLocation[1] == '\\')) 2061 2062 pszLocation += 2; 2062 2063
Note:
See TracChangeset
for help on using the changeset viewer.