Fix recent commits

pull/1291/head
Behdad Esfahbod 6 years ago
parent 0328a1ce41
commit 9714e114b8
  1. 2
      src/hb-open-type.hh

@ -347,7 +347,7 @@ struct UnsizedArrayOf
}
inline Type& operator [] (unsigned int i)
{
const Type *p = &arrayZ[i];
Type *p = &arrayZ[i];
if (unlikely (p < arrayZ)) return Crap (Type); /* Overflowed. */
return *p;
}

Loading…
Cancel
Save