[HarfBuzz] harfbuzz: Branch 'stable'

Simon Hausmann hausmann at kemper.freedesktop.org
Tue Aug 21 00:00:56 PDT 2007


 src/harfbuzz-gsub.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree f2acc48e352c09c6c8f714c1e24ca5bc490da113 (from e0985c2deaf9af22a91e4b809459ab842ad7d85a)
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Tue Aug 21 08:58:07 2007 +0200

    While trying to see if the patch in this bug:
    
      http://bugzilla.gnome.org/show_bug.cgi?id=463430
    
    is correct (it's not), I found a small bug in harfbuzz-gsub.

diff --git a/src/harfbuzz-gsub.c b/src/harfbuzz-gsub.c
index 1d91a11..00db6e8 100644
--- a/src/harfbuzz-gsub.c
+++ b/src/harfbuzz-gsub.c
@@ -4396,7 +4396,7 @@ static FT_Error  GSUB_Do_String_Lookup( 
       error = HB_Err_Not_Covered;
 
     if ( error == HB_Err_Not_Covered )
-      if ( hb_buffer_copy_output_glyph ( buffer ) )
+      if ( (error = hb_buffer_copy_output_glyph ( buffer ) ) )
 	return error;
   }
 



More information about the HarfBuzz mailing list