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

WaE: C4146 unary operator applied to unsigned type

Change-Id: I5326baab63d8ec30a2f7fcb027c4a5a5526acdf0
üst 13e6af88
......@@ -306,7 +306,7 @@ sal_Int32 Decompression::explode()
m_pOutStream->Flush();
// point back to copy position and read bytes
m_pOutStream->SeekRel((long)-distance);
m_pOutStream->SeekRel(-(long)distance);
sal_uInt8 sTemp[MAXWIN];
sal_uInt32 nRead = distance > Length? Length:distance;
m_pOutStream->Read(sTemp, nRead);
......
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