[HarfBuzz] Yet another patch
Simon Hausmann
simon.hausmann at trolltech.com
Sat Sep 1 23:54:34 PDT 2007
On Saturday 01 September 2007 00:46:42 Behdad Esfahbod wrote:
[...]
> Index: harfbuzz-buffer.c
> ===================================================================
> --- harfbuzz-buffer.c (revision 2415)
> +++ harfbuzz-buffer.c (working copy)
> @@ -223,5 +223,5 @@ hb_buffer_copy_output_glyph ( HB_Buffer
> FT_UShort
> hb_buffer_allocate_ligid( HB_Buffer buffer )
> {
> - return buffer->max_ligID++;
> + return ++buffer->max_ligID;
> }
Good catch! :)
Comitted and pushed (as you may have seen ;-)
Simon
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/harfbuzz/attachments/20070902/089cd553/attachment.pgp>
More information about the HarfBuzz
mailing list