[aat] minor

Ops, this was done for testing
This commit is contained in:
Ebrahim Byagowi 2018-02-26 11:29:48 +03:30 committed by GitHub
parent df1c7d5b60
commit becb1d9eea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ struct GlyphDataTable
{
TRACE_SANITIZE (this);
return_trace (c->check_struct (this) &&
(numPoints == 0) &&
(numPoints != 0) &&
(anchorPoints.sanitize (c, numPoints)));
}