This commit is contained in:
Behdad Esfahbod 2010-04-23 19:43:40 -04:00
parent 990443e5f2
commit ad3653751b

View File

@ -295,7 +295,7 @@ struct Sanitizer
if (sane) { if (sane) {
if (context.edit_count) { if (context.edit_count) {
#if HB_DEBUG_SANITIZE #if HB_DEBUG_SANITIZE
fprintf (stderr, "Sanitizer %p passed first round with %d edits; going a second round %s\n", fprintf (stderr, "Sanitizer %p passed first round with %d edits; doing a second round %s\n",
blob, context.edit_count, __PRETTY_FUNCTION__); blob, context.edit_count, __PRETTY_FUNCTION__);
#endif #endif
/* sanitize again to ensure no toe-stepping */ /* sanitize again to ensure no toe-stepping */