summaryrefslogtreecommitdiff
path: root/fxbarcode/pdf417/BC_PDF417ErrorCorrection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fxbarcode/pdf417/BC_PDF417ErrorCorrection.cpp')
-rw-r--r--fxbarcode/pdf417/BC_PDF417ErrorCorrection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/fxbarcode/pdf417/BC_PDF417ErrorCorrection.cpp b/fxbarcode/pdf417/BC_PDF417ErrorCorrection.cpp
index ade3eb584d..4ca40ef045 100644
--- a/fxbarcode/pdf417/BC_PDF417ErrorCorrection.cpp
+++ b/fxbarcode/pdf417/BC_PDF417ErrorCorrection.cpp
@@ -135,8 +135,8 @@ bool CBC_PDF417ErrorCorrection::generateErrorCorrection(
const WideString& dataCodewords,
int32_t errorCorrectionLevel,
WideString* result) {
- assert(result);
- assert(result->IsEmpty());
+ ASSERT(result);
+ ASSERT(result->IsEmpty());
int32_t k = getErrorCorrectionCodewordCount(errorCorrectionLevel);
if (k < 0)