Kaydet (Commit) 8ca9e356 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#707519: Uninitialized scalar variable

Change-Id: I4edde44a14893f699017ad7f118c7718083dcdf4
üst 0f5efe88
......@@ -313,6 +313,8 @@ sal_uLong DictionaryNeo::loadEntries(const OUString &rMainURL)
return nErr;
*(aWordBuf + nLen) = 0;
}
else
return SVSTREAM_READ_ERROR;
}
while(!pStream->IsEof())
......
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