Kaydet (Commit) 50d89530 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Do not check the stored DIFAT sector count.

Refer to this thread for details.
http://lists.freedesktop.org/archives/libreoffice/2012-August/036852.html

Change-Id: Id2115732a1e1bcd78c13445f5aaefe1ec7cfa0c2
üst 105cd5ea
......@@ -194,7 +194,7 @@ sal_Bool StgHeader::Check()
&& nTOCstrm >= 0
&& nThreshold > 0
&& ( nDataFAT == -2 || ( nDataFAT >= 0 && nDataFATSize > 0 ) )
&& ( nMasterChain == -2 || ( nMasterChain >=0 && nMaster > 109 ) )
&& ( nMasterChain == -2 || nMasterChain >=0 )
&& nMaster >= 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