rpms/openoffice.org/F-9 pseudoworkspace.valgrind1.patch,1.28,1.29

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Mon Apr 7 11:01:30 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1833

Modified Files:
	pseudoworkspace.valgrind1.patch 
Log Message:
valgrind vcl rotate warning

pseudoworkspace.valgrind1.patch:

Index: pseudoworkspace.valgrind1.patch
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/F-9/pseudoworkspace.valgrind1.patch,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- pseudoworkspace.valgrind1.patch	7 Apr 2008 10:21:56 -0000	1.28
+++ pseudoworkspace.valgrind1.patch	7 Apr 2008 11:01:13 -0000	1.29
@@ -179,3 +179,19 @@
                  rpCache));
  
              pResult = rpCache;
+Index: source/glyphs/gcach_rbmp.cxx
+===================================================================
+RCS file: /cvs/gsl/vcl/source/glyphs/gcach_rbmp.cxx,v
+retrieving revision 1.8
+diff -u -r1.8 gcach_rbmp.cxx
+--- openoffice.org.orig/vcl/source/glyphs/gcach_rbmp.cxx	27 Jun 2007 20:25:11 -0000	1.8
++++ openoffice.org/vcl/source/glyphs/gcach_rbmp.cxx	7 Apr 2008 10:52:55 -0000
+@@ -160,7 +160,7 @@
+                 nTemp = 1;
+             }
+             // update input byte if needed
+-            if( (nInp >>= 1) <= 1 )
++            if( ( (nInp >>= 1) <= 1 ) && (!(y == 0 && x == 0)) )
+                 nInp = 0x100 + *(--p2);
+         }
+ 




More information about the fedora-extras-commits mailing list