[libreoffice/f15] missing ;

Caolan McNamara caolanm at fedoraproject.org
Thu Jun 9 13:09:23 UTC 2011


commit 03b29345409ae59ec3f5c7fc60f635e330ca04ec
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Jun 9 14:09:10 2011 +0100

    missing ;

 ...o-37668-bitwise-operations-on-signed-numb.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/0001-Resolves-fdo-37668-bitwise-operations-on-signed-numb.patch b/0001-Resolves-fdo-37668-bitwise-operations-on-signed-numb.patch
index 4081f2d..0e284b7 100644
--- a/0001-Resolves-fdo-37668-bitwise-operations-on-signed-numb.patch
+++ b/0001-Resolves-fdo-37668-bitwise-operations-on-signed-numb.patch
@@ -138,7 +138,7 @@ index 2615438..a90fd1c 100644
          return FALSE;
  
 -    nGlyphIndex &= ~GF_FONTMASK;
-+    nGlyphIndex &= GF_IDXMASK
++    nGlyphIndex &= GF_IDXMASK;
      if( pSF->GetGlyphOutline( nGlyphIndex, rPolyPoly ) )
          return TRUE;
  


More information about the scm-commits mailing list