Index: xfa/fxbarcode/cbc_ean13.cpp |
diff --git a/xfa/fxbarcode/cbc_ean13.cpp b/xfa/fxbarcode/cbc_ean13.cpp |
index 149c5a6a63ca5cb40d51138330a130d1fbc70837..bb578b286e730ad3eb294cc298e58b7fd3967d3d 100644 |
--- a/xfa/fxbarcode/cbc_ean13.cpp |
+++ b/xfa/fxbarcode/cbc_ean13.cpp |
@@ -111,5 +111,5 @@ CFX_WideString CBC_EAN13::Decode(CFX_DIBitmap* pBitmap, int32_t& e) { |
CBC_BinaryBitmap bitmap(&binarizer); |
CFX_ByteString str = m_pBCReader->Decode(&bitmap, 0, e); |
BC_EXCEPTION_CHECK_ReturnValue(e, FX_WSTRC(L"")); |
- return CFX_WideString::FromUTF8(str, str.GetLength()); |
+ return CFX_WideString::FromUTF8(str.AsByteStringC()); |
} |