Index: core/src/fpdfapi/fpdf_render/fpdf_render_text.cpp |
diff --git a/core/src/fpdfapi/fpdf_render/fpdf_render_text.cpp b/core/src/fpdfapi/fpdf_render/fpdf_render_text.cpp |
index b3cdad507f914a75369082e5507b7089ea0c3d1d..88bd22823d0565fda88a211cbaf8044408740490 100644 |
--- a/core/src/fpdfapi/fpdf_render/fpdf_render_text.cpp |
+++ b/core/src/fpdfapi/fpdf_render/fpdf_render_text.cpp |
@@ -319,7 +319,7 @@ static void ReleaseCachedType3(CPDF_Type3Font* pFont) { |
pFont->m_pDocument->GetPageData()->ReleaseFont(pFont->GetFontDict()); |
} |
FX_BOOL CPDF_Type3Char::LoadBitmap(CPDF_RenderContext* pContext) { |
- if (m_pBitmap != NULL || m_pForm == NULL) { |
+ if (m_pBitmap || m_pForm == NULL) { |
return TRUE; |
} |
if (m_pForm->CountObjects() == 1 && !m_bColored) { |