Changeset 94591 in vbox
- Timestamp:
- Apr 13, 2022 3:03:14 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTStrFormat.cpp
r93115 r94591 120 120 cwc = RTUtf16Printf(pwszThisBuf, cwcThisBuf, "Hello%c%s!", ' ', "world"); 121 121 122 if (cwcThisBuf <= s_cwcSimpleExpect)122 if (cwcThisBuf <= (size_t)s_cwcSimpleExpect) 123 123 { 124 124 if (cwcThisBuf > 1)
Note:
See TracChangeset
for help on using the changeset viewer.