Index: xfa/fxbarcode/cbc_ean13.cpp |
diff --git a/xfa/fxbarcode/cbc_ean13.cpp b/xfa/fxbarcode/cbc_ean13.cpp |
index 5f33f4c3d231dee101ef0aaa0b07e02c368a32ca..ea67c9f64b7ce920049a910d241b591c706fbc9a 100644 |
--- a/xfa/fxbarcode/cbc_ean13.cpp |
+++ b/xfa/fxbarcode/cbc_ean13.cpp |
@@ -109,6 +109,6 @@ CFX_WideString CBC_EAN13::Decode(CFX_DIBitmap* pBitmap, int32_t& e) { |
CBC_GlobalHistogramBinarizer binarizer(&source); |
CBC_BinaryBitmap bitmap(&binarizer); |
CFX_ByteString str = m_pBCReader->Decode(&bitmap, 0, e); |
- BC_EXCEPTION_CHECK_ReturnValue(e, FX_WSTRC(L"")); |
+ BC_EXCEPTION_CHECK_ReturnValue(e, CFX_WideString()); |
return CFX_WideString::FromUTF8(str.AsStringC()); |
} |