Kaydet (Commit) 6d767cab authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#708261 Uninitialized scalar field

Change-Id: I997dad13c3b8931d1fd4eae09218b51cb4621263
üst 969b08ea
......@@ -68,6 +68,9 @@ namespace
}
ImpSvNumberformatScan::ImpSvNumberformatScan( SvNumberFormatter* pFormatterP )
: eNewLnge(LANGUAGE_DONTKNOW)
, eTmpLnge(LANGUAGE_DONTKNOW)
, nCurrPos(-1)
{
pFormatter = pFormatterP;
bConvertMode = false;
......
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