parent
df1c7d5b60
commit
becb1d9eea
|
@ -43,7 +43,7 @@ struct GlyphDataTable
|
||||||
{
|
{
|
||||||
TRACE_SANITIZE (this);
|
TRACE_SANITIZE (this);
|
||||||
return_trace (c->check_struct (this) &&
|
return_trace (c->check_struct (this) &&
|
||||||
(numPoints == 0) &&
|
(numPoints != 0) &&
|
||||||
(anchorPoints.sanitize (c, numPoints)));
|
(anchorPoints.sanitize (c, numPoints)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue