From e93dbd6c18b8b58e5d6b4813052fafbc323e9692 Mon Sep 17 00:00:00 2001 From: tsepez Date: Thu, 27 Oct 2016 13:10:24 -0700 Subject: Fix some FX_BOOL / int noise in XFA barcodes Review-Url: https://codereview.chromium.org/2447163007 --- xfa/fwl/core/cfx_barcode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/fwl/core/cfx_barcode.cpp') diff --git a/xfa/fwl/core/cfx_barcode.cpp b/xfa/fwl/core/cfx_barcode.cpp index 549f908229..f870833647 100644 --- a/xfa/fwl/core/cfx_barcode.cpp +++ b/xfa/fwl/core/cfx_barcode.cpp @@ -132,7 +132,7 @@ FX_BOOL CFX_Barcode::SetDataLength(int32_t length) { return FALSE; } } -FX_BOOL CFX_Barcode::SetCalChecksum(int32_t state) { +FX_BOOL CFX_Barcode::SetCalChecksum(FX_BOOL state) { switch (GetType()) { case BC_CODE39: case BC_CODABAR: -- cgit v1.2.3