VirtualBox

Changeset 42980 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Aug 24, 2012 3:43:52 PM (12 years ago)
Author:
vboxsync
Message:

RTPathStartsWith: typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/path/comparepaths.cpp

    r42978 r42980  
    176176
    177177    /* Deal with pszParentPath = root (or having a trailing slash). */
    178     if (   pszParentPath > 0
     178    if (   cchParentPath > 0
    179179        && RTPATH_IS_SLASH(pszParentPath[cchParentPath - 1])
    180180        && RTPATH_IS_SLASH(pszPath[cchParentPath - 1]))
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