[Libreoffice-commits] core.git: filter/source
Michael Meeks
michael.meeks at collabora.com
Tue Feb 25 14:57:15 PST 2014
filter/source/msfilter/mscodec.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2d3ed7ebb592401de214eaeee68c656afbefbe05
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Tue Feb 25 22:48:48 2014 +0000
cid#736173 - increase default fill chars buffer size.
Change-Id: Ib7ae9b0a0cddd070372a244cf705f71b6e793473
diff --git a/filter/source/msfilter/mscodec.cxx b/filter/source/msfilter/mscodec.cxx
index eb5ea4c..8f14db6 100644
--- a/filter/source/msfilter/mscodec.cxx
+++ b/filter/source/msfilter/mscodec.cxx
@@ -144,7 +144,7 @@ void MSCodec_Xor95::InitKey( const sal_uInt8 pnPassData[ 16 ] )
0xBB, 0xFF, 0xFF, 0xBA,
0xFF, 0xFF, 0xB9, 0x80,
0x00, 0xBE, 0x0F, 0x00,
- 0xBF, 0x0F, 0x00
+ 0xBF, 0x0F, 0x00, 0x00
};
sal_Size nIndex;
More information about the Libreoffice-commits
mailing list