Changeset 80573 in vbox for trunk/src/VBox/Main/src-all
- Timestamp:
- Sep 4, 2019 5:54:47 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 133092
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/MachineLaunchVMCommonWorker.cpp
r80569 r80573 127 127 { 128 128 /** @todo r=bird: Broken escaping rule, how to end a variable with '\\'? 129 * E.g. TMP=C:\ TEMP\ */129 * E.g. TMP=C:\\TEMP\\ */ 130 130 char const ch = *psz; 131 131 if ( (ch == '\n' && (psz == pszEnvMutable || psz[-1] != '\\'))
Note:
See TracChangeset
for help on using the changeset viewer.