Kaydet (Commit) 2cc43864 authored tarafından Henning Brinkmann's avatar Henning Brinkmann

writerfilter08ooo330: applied patch for writerfilter08

üst a34dc411
......@@ -1051,11 +1051,7 @@ void ZipFile::getSizeAndCRC( sal_Int32 nOffset, sal_Int32 nCompressedSize, sal_I
nRealSize += nInBlock;
}
if( aInflaterLocal.finished() )
{
*nSize = nRealSize;
*nCRC = aCRC.getValue();
}
else
*nSize = *nCRC = 0;
*nSize = nRealSize;
*nCRC = aCRC.getValue();
}
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