VirtualBox

Changeset 13461 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Oct 21, 2008 8:02:59 PM (16 years ago)
Author:
vboxsync
Message:

Main (Guest Properties): another globbing fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r13460 r13461  
    28622862                {
    28632863                    char ch = *pszName++;
    2864                     if (    ch == chPat
    2865                         &&  (   !chPat
    2866                              || matchesSinglePatternEx(pszPat + 1,
    2867                                                        cchPat - 1, pszName)
    2868                             )
     2864                    if (   cchPat == 0
     2865                        || (cchPat == 1 && ch == chPat)
     2866                        || matchesSinglePatternEx(pszPat, cchPat, pszName)
    28692867                       )
    28702868                        return true;
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