diff options
author | Bruce Dawson <brucedawson@google.com> | 2014-12-23 12:00:44 -0800 |
---|---|---|
committer | Bruce Dawson <brucedawson@google.com> | 2014-12-23 12:00:44 -0800 |
commit | 1be4117d0ea336203680c64d9d0a1ae1d5a6cf61 (patch) | |
tree | 8fec13a75bcafcb697dec7764bd381764ae8de6a /fpdfsdk/src/fsdk_baseform.cpp | |
parent | cf8e1b281f0ece4c23568aa9a01f259aa84836f1 (diff) | |
download | pdfium-1be4117d0ea336203680c64d9d0a1ae1d5a6cf61.tar.xz |
XFA: merge patch from CL 731673003, fix incorrect operator
Fixing operator so that bCheckRight isn't always true. Unknown effect!
VC++'s /analyze points out that this expression:
FX_BOOL bCheckRight = type != 'D' || type != 'W';"
is always true. This means that the tests for the right edge of a word
Original patch from Bruce Dawson(brucedawson@chromium.org)
BUG=427616
TBR=jun_fang@foxitsoftware.com
Review URL: https://codereview.chromium.org/822763003
Diffstat (limited to 'fpdfsdk/src/fsdk_baseform.cpp')
0 files changed, 0 insertions, 0 deletions