Changeset 51783 in vbox for trunk/src/VBox/Runtime/common/string/RTUtf16CopyAscii.cpp
- Timestamp:
- Jul 1, 2014 8:04:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/RTUtf16CopyAscii.cpp
r51770 r51783 46 46 { 47 47 rc = VERR_BUFFER_OVERFLOW; 48 cch Src= cwcDst - 1;48 cchCopy = cwcDst - 1; 49 49 } 50 50 else
Note:
See TracChangeset
for help on using the changeset viewer.