View | Details | Raw Unified | Return to bug 97202
Collapse All | Expand All

(-)lib/font/FreeType/ftfuncs.c.orig (-1 / +4 lines)
Lines 954-960 Link Here
954
    if ( FT_STREAM_SEEK( ebdt_pos + glyph_offset ) )
955
    if ( FT_STREAM_SEEK( ebdt_pos + glyph_offset ) )
955
      goto Exit;
956
      goto Exit;
956
957
957
    error = sfnt->load_sbit_metrics( stream, range, &elem_metrics );
958
    if ( sfnt->load_sbit_metrics ) {
959
      error = sfnt->load_sbit_metrics( stream, range, &elem_metrics );
960
    }
961
    else error=-1;
958
    if ( error )
962
    if ( error )
959
      goto Exit;
963
      goto Exit;
960
964

Return to bug 97202