Index: xfa/src/fee/src/fee/fde_txtedtblock.cpp |
diff --git a/xfa/src/fee/src/fee/fde_txtedtblock.cpp b/xfa/src/fee/src/fee/fde_txtedtblock.cpp |
index 99b23753cc8bed83cffb8b14d90605b4a23d9c99..9e61fcc969030580dcfb63888ace566adfdfea4f 100644 |
--- a/xfa/src/fee/src/fee/fde_txtedtblock.cpp |
+++ b/xfa/src/fee/src/fee/fde_txtedtblock.cpp |
@@ -42,8 +42,10 @@ CFDE_TxtEdtBlock::CFDE_TxtEdtBlock(CFDE_TxtEdtEngine* pEngine, |
wsFix.Empty(); |
} |
int32_t nPos = i - 1; |
- while (lpBuf[i++] != L')') |
- ; |
+ while (lpBuf[i++] != L')') { |
+ continue; |
+ } |
+ |
i++; |
CFX_WideStringC wsField(lpBuf + nPos, i - nPos); |
CFDE_TxtEdtField* pField = CFDE_TxtEdtField::Create(wsField, j, this); |