VirtualBox

Changeset 3148 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Jun 18, 2007 9:57:56 PM (17 years ago)
Author:
vboxsync
Message:

Runtime: Added support for colon as the 'instruction=value' separator in the _DEST log subsystem's environment variable (needed for OS/2 where the assignment char itself cannot be part of the environment variable's value).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/log.cpp

    r3123 r3148  
    321321                                while (isspace(*pszVar) || *pszVar == '\n' || *pszVar == '\r')
    322322                                    pszVar++;
    323                                 if (*pszVar == '=')
     323                                if (*pszVar == '=' || *pszVar == ':')
    324324                                {
    325325                                    pszVar++;
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