Kaydet (Commit) be3e9eb3 authored tarafından Andre Fischer's avatar Andre Fischer

i124461: Allow slightly larger nesting depth of SetupEntry call (merged from branch AOO410).

üst 61efddf5
......@@ -846,7 +846,7 @@ void StgDirStrm::SetupEntry (
const sal_Int32 nEntryCount,
const sal_Int32 nDepth)
{
if (nDepth >= nEntryCount)
if (nDepth > nEntryCount)
{
// Tree grew higher than there are different nodes. Looks like
// something is wrong with the file. Return now to avoid
......
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