* src/base/ftdebug.c (FT_Throw): Reduce chattiness.

color
Werner Lemberg 6 years ago
parent 83525bdd10
commit aff04e91f6
  1. 4
      ChangeLog
  2. 3
      src/base/ftdebug.c

@ -1,3 +1,7 @@
2018-08-31 Werner Lemberg <wl@gnu.org>
* src/base/ftdebug.c (FT_Throw): Reduce chattiness.
2018-08-31 Werner Lemberg <wl@gnu.org>
* src/autofit/afhints.c (af_glyph_hints_reload): Add initialization.

@ -87,12 +87,15 @@
int line,
const char* file )
{
#if 0
/* activating the code in this block makes FreeType very chatty */
fprintf( stderr,
"%s:%d: error 0x%02x: %s\n",
file,
line,
error,
FT_Error_String( error ) );
#endif
return 0;
}

Loading…
Cancel
Save