Kaydet (Commit) 85f48b1b authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#738865 Uninitialized scalar field

Change-Id: Ie6473e4a8c4b311b6862019046fb4ae9cf05e1fb
üst 58e7439c
...@@ -296,6 +296,7 @@ HTMLParser::HTMLParser( SvStream& rIn, bool bReadNewDoc ) : ...@@ -296,6 +296,7 @@ HTMLParser::HTMLParser( SvStream& rIn, bool bReadNewDoc ) :
bPre_IgnoreNewPara(false), bPre_IgnoreNewPara(false),
bReadNextChar(false), bReadNextChar(false),
bReadComment(false), bReadComment(false),
nPre_LinePos(0),
mnPendingOffToken(0) mnPendingOffToken(0)
{ {
//#i76649, default to UTF-8 for HTML unless we know differently //#i76649, default to UTF-8 for HTML unless we know differently
......
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