VirtualBox

Changeset 3148

Show
Ignore:
Timestamp:
06/18/07 23:57:56 (1 year 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).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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++; 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy