diff options
author | Lei Zhang <thestig@chromium.org> | 2018-01-12 23:07:54 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-01-12 23:07:54 +0000 |
commit | e11ef0ce9f3b5fc094a2f082972dfaf9a6c375aa (patch) | |
tree | e5352afdc9c62897e04603f0db9a0fe51afe87af /fxbarcode/oned/BC_OnedCode39Writer.h | |
parent | 53c4ba4011ab59ecc8406e144df8aaaa1169801b (diff) | |
download | pdfium-e11ef0ce9f3b5fc094a2f082972dfaf9a6c375aa.tar.xz |
Fix some nits in fxbarcode.chromium/3322chromium/3321chromium/3320
This is a follow-up to comments from
https://pdfium-review.googlesource.com/c/pdfium/+/22870
Change-Id: Ide35ea5b27ea12d480d979241801c7676b94fe74
Reviewed-on: https://pdfium-review.googlesource.com/22932
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'fxbarcode/oned/BC_OnedCode39Writer.h')
-rw-r--r-- | fxbarcode/oned/BC_OnedCode39Writer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxbarcode/oned/BC_OnedCode39Writer.h b/fxbarcode/oned/BC_OnedCode39Writer.h index ffed6d9c07..90611c005d 100644 --- a/fxbarcode/oned/BC_OnedCode39Writer.h +++ b/fxbarcode/oned/BC_OnedCode39Writer.h @@ -35,7 +35,7 @@ class CBC_OnedCode39Writer : public CBC_OneDimWriter { bool encodedContents(const WideStringView& contents, WideString* result); private: - void ToIntArray(int32_t a, int8_t* toReturn); + void ToIntArray(int16_t a, int8_t* toReturn); char CalcCheckSum(const ByteString& contents); int8_t m_iWideNarrRatio; |