* src/sfnt/sfwoff2.c: #undef macros.

This commit is contained in:
Nikhil Ramakrishnan 2019-06-18 19:58:55 +05:30 committed by Werner Lemberg
parent e496cb2980
commit e09fe4cc79
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2019-08-27 Nikhil Ramakrishnan <ramakrishnan.nikhil@gmail.com>
* src/sfnt/sfwoff2.c: #undef macros.
2019-08-27 Nikhil Ramakrishnan <ramakrishnan.nikhil@gmail.com>
[woff2] Read table and collection directory.

View File

@ -242,7 +242,7 @@
( woff2.privOffset >= woff2.length ) ||
( woff2.length - woff2.privOffset < woff2.privLength ) )
{
FT_ERROR(( "woff_font_open: invalid WOFF2 header\n" ));
FT_ERROR(( "woff2_font_open: invalid WOFF2 header\n" ));
return FT_THROW( Invalid_Table );
}
/* DEBUG - Remove later. */
@ -453,4 +453,9 @@
}
#undef READ_255USHORT
#undef READ_BASE128
#undef ROUND4
/* END */