[Libreoffice-commits] .: hwpfilter/source

David Tardon dtardon at kemper.freedesktop.org
Mon May 16 08:52:44 PDT 2011


 hwpfilter/source/hwpeq.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 68018843bee147160e2e63f457293a9806d50980
Author: David Tardon <dtardon at redhat.com>
Date:   Sat May 14 14:12:24 2011 +0200

    make_keyword expects the buffer size is >=256B

diff --git a/hwpfilter/source/hwpeq.cpp b/hwpfilter/source/hwpeq.cpp
index fd3a0cf..05d64a2 100644
--- a/hwpfilter/source/hwpeq.cpp
+++ b/hwpfilter/source/hwpeq.cpp
@@ -669,7 +669,7 @@ static bool eq_sentence(MzString& outs, istream *strm, const char *end)
 static char eq2ltxconv(MzString& sstr, istream *strm, const char *sentinel)
 {
   MzString	white, token;
-  char		key[20];
+  char		key[256];
   int		ch, result;
   hwpeq		*eq = 0;
 


More information about the Libreoffice-commits mailing list