[HB] Rebrand XXX as TODO

This commit is contained in:
Behdad Esfahbod 2009-08-06 18:27:28 -04:00
parent c5a13048e2
commit e605c367c5
1 changed files with 2 additions and 2 deletions

View File

@ -118,8 +118,8 @@ struct TTCHeader
SANITIZE_DEBUG ();
if (!SANITIZE (version)) return false;
if (version.major < 1 || version.major > 2) return true;
/* XXX Maybe we shouldn't NEUTER these offsets, they may cause a full copy of
* the whole font right now. */
/* TODO Maybe we shouldn't NEUTER these offsets, they may cause a full copy
* of the whole font right now. */
return table.sanitize (SANITIZE_ARG, CONST_CHARP(this), CONST_CHARP(this));
}