fixup for 64-bit windows build

This commit is contained in:
Jonathan Kew 2014-01-20 14:23:08 +00:00 committed by Behdad Esfahbod
parent 8fc1f7fe74
commit 62cb28dfc6
1 changed files with 1 additions and 1 deletions

View File

@ -709,7 +709,7 @@ _hb_uniscribe_shape (hb_shape_plan_t *shape_plan,
for (unsigned int i = 0; i < range_records.len; i++)
{
range_record_t *range = &range_records[i];
range->props.potfRecords = feature_records.array + reinterpret_cast<unsigned int> (range->props.potfRecords);
range->props.potfRecords = feature_records.array + reinterpret_cast<uintptr_t> (range->props.potfRecords);
}
}
else