Changeset 77817 in vbox for trunk/src/VBox
- Timestamp:
- Mar 21, 2019 12:04:34 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/asn1/asn1-ut-string.cpp
r77815 r77817 1376 1376 } 1377 1377 return RTErrInfoSetF(pErrInfo, VERR_ASN1_INVALID_BMP_STRING_ENCODING, 1378 "%s: Bad BMP string: odd number of bytes cch=%#x ( pos %u in%.*Rhxs)",1378 "%s: Bad BMP string: odd number of bytes cch=%#x (%.*Rhxs)", 1379 1379 pszErrorTag, cch, pThis->Asn1Core.cb, pThis->Asn1Core.uData.pch); 1380 1380
Note:
See TracChangeset
for help on using the changeset viewer.