[Libreoffice-commits] .: Branch 'libreoffice-3-5' - tools/source

Julien Nabet serval2412 at kemper.freedesktop.org
Thu Feb 16 13:40:56 PST 2012


 tools/source/generic/poly.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9315b52380648c83db09b171a92134f8d2e4de5d
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Thu Feb 16 22:39:00 2012 +0100

    Apply master fix 2dd1722d2729f0d6cda6e31297f3e03ae36c555f

diff --git a/tools/source/generic/poly.cxx b/tools/source/generic/poly.cxx
index 14b34d3..a34e1e6 100644
--- a/tools/source/generic/poly.cxx
+++ b/tools/source/generic/poly.cxx
@@ -88,7 +88,7 @@ ImplPolygon::ImplPolygon( sal_uInt16 nInitSize, sal_Bool bFlags  )
     if( bFlags )
     {
         mpFlagAry = new sal_uInt8[ nInitSize ];
-        memset( mpPointAry, 0, nInitSize );
+        memset( mpFlagAry, 0, nInitSize );
     }
     else
         mpFlagAry = NULL;


More information about the Libreoffice-commits mailing list