VirtualBox

Changeset 70154 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Dec 15, 2017 3:30:30 PM (7 years ago)
Author:
vboxsync
Message:

VBoxGuest.cpp: I mean to use RTStrNICmpAscii in VGDrvCommonProcessOption, not RTStrNICmp.

File:
1 edited

Legend:

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

    r70095 r70154  
    11851185        || RTStrICmpAscii(pszName, "LoggingEnabled") == 0 /*legacy*/ )
    11861186        pDevExt->fLoggingEnabled = VBDrvCommonIsOptionValueTrue(pszValue);
    1187     else if (   RTStrNICmp(pszName, RT_STR_TUPLE("log")) == 0
     1187    else if (   RTStrNICmpAscii(pszName, RT_STR_TUPLE("log")) == 0
    11881188             || RTStrNICmpAscii(pszName, RT_STR_TUPLE("dbg_log")) == 0)
    11891189    {
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