VirtualBox

Changeset 66528 in vbox for trunk/src


Ignore:
Timestamp:
Apr 12, 2017 12:27:16 PM (8 years ago)
Author:
vboxsync
Message:

tstVDIo: Fix checking the location for Windows hosts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/testcase/tstVDIo.cpp

    r66263 r66528  
    20582058    if (   strlen(pszLocation) >= 2
    20592059        && *pszLocation == '.'
    2060         && pszLocation[1] == '/')
     2060        && (   pszLocation[1] == '/'
     2061            || pszLocation[1] == '\\'))
    20612062        pszLocation += 2;
    20622063
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette