[GPOS] Add harmless recursion in fix_mark_attachment()

Will do nothing.  Just useful for merging two functions.
This commit is contained in:
Behdad Esfahbod 2016-02-11 15:28:55 +07:00
parent 686567baab
commit b0b11614e9
1 changed files with 2 additions and 0 deletions

View File

@ -1579,6 +1579,8 @@ fix_mark_attachment (hb_glyph_position_t *pos, unsigned int i, hb_direction_t di
unsigned int j = (int) i + chain;
fix_mark_attachment (pos, j, direction);
pos[i].x_offset += pos[j].x_offset;
pos[i].y_offset += pos[j].y_offset;