Kaydet (Commit) 790efdf1 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#708406 Uninitialized pointer field

Change-Id: I446c1eb18d45ca9d70690a763bffe1cc144369b4
üst 5199e113
...@@ -181,6 +181,7 @@ struct SwCrsrMoveState ...@@ -181,6 +181,7 @@ struct SwCrsrMoveState
{} {}
SwCrsrMoveState( SwFillCrsrPos *pInitFill ) : SwCrsrMoveState( SwFillCrsrPos *pInitFill ) :
pFill( pInitFill ), pFill( pInitFill ),
p2Lines( NULL ),
pSpecialPos( NULL ), pSpecialPos( NULL ),
eState( MV_SETONLYTEXT ), eState( MV_SETONLYTEXT ),
nCursorBidiLevel( 0 ), nCursorBidiLevel( 0 ),
......
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