Changeset 13513 in vbox
- Timestamp:
- Oct 23, 2008 7:26:33 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38349
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/simplepattern.cpp
r13472 r13513 165 165 * Find the end of the current pattern. 166 166 */ 167 unsigned char ch ;167 unsigned char ch = '\0'; 168 168 const char *pszEnd = pszCur; 169 169 while (cchPatterns && (ch = *pszEnd) != '\0' && ch != '|')
Note:
See TracChangeset
for help on using the changeset viewer.