Changeset 62164 in vbox for trunk/src/VBox/Runtime/common/string/strformat.cpp
- Timestamp:
- Jul 11, 2016 3:31:57 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strformat.cpp
r59703 r62164 560 560 RTUtf16GetCpEx(&pwszStr, &Cp); 561 561 char *pszEnd = RTStrPutCp(szTmp, Cp); 562 *pszEnd = '\0'; 562 563 cch += pfnOutput(pvArgOutput, szTmp, pszEnd - szTmp); 563 564 #else
Note:
See TracChangeset
for help on using the changeset viewer.