Loading libs/binder/Parcel.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -799,7 +799,7 @@ status_t Parcel::writeUtf8AsUtf16(const std::string& str) { return NO_MEMORY; } utf8_to_utf16(strData, strLen, (char16_t*)dst); utf8_to_utf16(strData, strLen, (char16_t*)dst, (size_t) utf16Len + 1); return NO_ERROR; } Loading Loading
libs/binder/Parcel.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -799,7 +799,7 @@ status_t Parcel::writeUtf8AsUtf16(const std::string& str) { return NO_MEMORY; } utf8_to_utf16(strData, strLen, (char16_t*)dst); utf8_to_utf16(strData, strLen, (char16_t*)dst, (size_t) utf16Len + 1); return NO_ERROR; } Loading