diff options
Diffstat (limited to 'xfa/fxbarcode/oned/BC_OnedCodaBarReader.cpp')
-rw-r--r-- | xfa/fxbarcode/oned/BC_OnedCodaBarReader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxbarcode/oned/BC_OnedCodaBarReader.cpp b/xfa/fxbarcode/oned/BC_OnedCodaBarReader.cpp index f767ffa169..f3c39f2491 100644 --- a/xfa/fxbarcode/oned/BC_OnedCodaBarReader.cpp +++ b/xfa/fxbarcode/oned/BC_OnedCodaBarReader.cpp @@ -107,7 +107,7 @@ CFX_ByteString CBC_OnedCodaBarReader::DecodeRow(int32_t rowNumber, } if (result.GetLength() < 5) { int32_t index = - temp.Find(result.Mid(1, result.GetLength() - 1).AsByteStringC()); + temp.Find(result.Mid(1, result.GetLength() - 1).AsStringC()); if (index == len - (result.GetLength() - 1)) { e = BCExceptionNotFound; return ""; |