Changeset 67673 in vbox
- Timestamp:
- Jun 28, 2017 8:21:39 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/ministring.cpp
r67651 r67673 150 150 } 151 151 152 RTCString &RTCString::append(char ch)152 RTCString &RTCString::append(char ch) 153 153 { 154 154 Assert((unsigned char)ch < 0x80); /* Don't create invalid UTF-8. */
Note:
See TracChangeset
for help on using the changeset viewer.