Changeset 69630 in vbox for trunk/src/VBox/Runtime/common/vfs
- Timestamp:
- Nov 9, 2017 3:48:37 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118990
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/vfs/vfschain.cpp
r69111 r69630 480 480 if (ch == '\\' && cch > 0) 481 481 { 482 char ch2 = psz[2];482 char ch2 = *psz; 483 483 if (rtVfsChainSpecIsEscapableChar(ch2)) 484 484 {
Note:
See TracChangeset
for help on using the changeset viewer.