VirtualBox

Changeset 75929 in vbox


Ignore:
Timestamp:
Dec 3, 2018 11:09:03 PM (6 years ago)
Author:
vboxsync
Message:

VBoxService: scm fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp

    r75925 r75929  
    950950                    {
    951951                        const char *pszName = pNodeIt->dirEntry.szName;
    952                         if (   !RTStrICmp(pszName, ".")  /** @todo r=bird: Please do explain what the upper/lower casing of  '.' is! I'm really curious. */ 
     952                        if (   !RTStrICmp(pszName, ".")  /** @todo r=bird: Please do explain what the upper/lower casing of  '.' is! I'm really curious. */
    953953                            || !RTStrICmp(pszName, "..")) /** @todo r=bird: There is a RTDir API for checking these. Use it! */
    954954                        {
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