/[freetype]/freetype2/src/sfnt/sfobjs.c
ViewVC logotype

Diff of /freetype2/src/sfnt/sfobjs.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.102 by olvaffe, Mon Nov 21 03:04:03 2005 UTC revision 1.103 by wl, Mon Nov 21 12:36:42 2005 UTC
# Line 376  Line 376 
376      if ( error )      if ( error )
377        goto Exit;        goto Exit;
378    
379      if ( sfnt_header.format_tag != 0x00010000UL &&      if ( sfnt_header.format_tag != 0x00010000UL                      &&
380           sfnt_header.format_tag != TTAG_ttcf &&           sfnt_header.format_tag != TTAG_ttcf                         &&
381           sfnt_header.format_tag != FT_MAKE_TAG( 'O', 'T', 'T', 'O' ) &&           sfnt_header.format_tag != FT_MAKE_TAG( 'O', 'T', 'T', 'O' ) &&
382           sfnt_header.format_tag != TTAG_true &&           sfnt_header.format_tag != TTAG_true                         &&
383           sfnt_header.format_tag != 0x00020000UL )           sfnt_header.format_tag != 0x00020000UL                      )
384        return SFNT_Err_Unknown_File_Format;        return SFNT_Err_Unknown_File_Format;
385    
386      face->format_tag = sfnt_header.format_tag;      face->format_tag = sfnt_header.format_tag;

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26