Changeset 3148 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jun 18, 2007 9:57:56 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/log.cpp
r3123 r3148 321 321 while (isspace(*pszVar) || *pszVar == '\n' || *pszVar == '\r') 322 322 pszVar++; 323 if (*pszVar == '=' )323 if (*pszVar == '=' || *pszVar == ':') 324 324 { 325 325 pszVar++;
Note:
See TracChangeset
for help on using the changeset viewer.