[HarfBuzz] Minor patch

Simon Hausmann simon.hausmann at trolltech.com
Tue Aug 21 00:05:07 PDT 2007


On Tuesday 21 August 2007 03:38:53 Behdad Esfahbod wrote:
> 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:
>
> Index: harfbuzz-gsub.c
> ===================================================================
> --- harfbuzz-gsub.c     (revision 2404)
> +++ harfbuzz-gsub.c     (working copy)
> @@ -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;
>    }
>
>
> Simon, can you please push to the relevant branches.

Cool, done :)

Simon
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/harfbuzz/attachments/20070821/6f62fd64/attachment.pgp>


More information about the HarfBuzz mailing list