Kaydet (Commit) 2d3ed7eb authored tarafından Michael Meeks's avatar Michael Meeks

cid#736173 - increase default fill chars buffer size.

Change-Id: Ib7ae9b0a0cddd070372a244cf705f71b6e793473
üst 9c2515f8
...@@ -144,7 +144,7 @@ void MSCodec_Xor95::InitKey( const sal_uInt8 pnPassData[ 16 ] ) ...@@ -144,7 +144,7 @@ void MSCodec_Xor95::InitKey( const sal_uInt8 pnPassData[ 16 ] )
0xBB, 0xFF, 0xFF, 0xBA, 0xBB, 0xFF, 0xFF, 0xBA,
0xFF, 0xFF, 0xB9, 0x80, 0xFF, 0xFF, 0xB9, 0x80,
0x00, 0xBE, 0x0F, 0x00, 0x00, 0xBE, 0x0F, 0x00,
0xBF, 0x0F, 0x00 0xBF, 0x0F, 0x00, 0x00
}; };
sal_Size nIndex; sal_Size nIndex;
......
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