Changeset 65562 in vbox for trunk/src/VBox/Runtime/common/string
- Timestamp:
- Feb 1, 2017 11:02:36 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113214
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/RTUtf16NLen.cpp
r62477 r65562 36 36 { 37 37 PCRTUTF16 pwszStart = pwszString; 38 while (cwcMax-- > 0 && pwszString != '\0')38 while (cwcMax-- > 0 && *pwszString != '\0') 39 39 pwszString++; 40 40 return pwszString - pwszStart;
Note:
See TracChangeset
for help on using the changeset viewer.