Kaydet (Commit) 53c45468 authored tarafından Caolán McNamara's avatar Caolán McNamara

disambiguate if/else

üst a47417fc
...@@ -1593,10 +1593,12 @@ WW8_FC WW8ScannerBase::WW8Cp2Fc(WW8_CP nCpPos, bool* pIsUnicode, ...@@ -1593,10 +1593,12 @@ WW8_FC WW8ScannerBase::WW8Cp2Fc(WW8_CP nCpPos, bool* pIsUnicode,
WW8_FC nRet = SVBT32ToUInt32( ((WW8_PCD*)pData)->fc ); WW8_FC nRet = SVBT32ToUInt32( ((WW8_PCD*)pData)->fc );
if (8 > pWw8Fib->nVersion) if (8 > pWw8Fib->nVersion)
if (pWw8Fib->fExtChar) {
if (pWw8Fib->fExtChar)
*pIsUnicode=true; *pIsUnicode=true;
else else
*pIsUnicode = false; *pIsUnicode = false;
}
else else
nRet = WW8PLCFx_PCD::TransformPieceAddress( nRet, *pIsUnicode ); nRet = WW8PLCFx_PCD::TransformPieceAddress( nRet, *pIsUnicode );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment