[GPOS] Advance buffer cursor in SinglePos lookups. Ouch!

This commit is contained in:
Behdad Esfahbod 2009-05-30 22:17:32 -04:00
parent e35bbd570a
commit f53d434b91
1 changed files with 4 additions and 0 deletions

View File

@ -264,6 +264,8 @@ struct SinglePosFormat1
return false;
valueFormat.apply_value (layout, (const char *) this, values, CURPOSITION ());
buffer->in_pos++;
return true;
}
@ -297,6 +299,8 @@ struct SinglePosFormat2
valueFormat.apply_value (layout, (const char *) this,
values + index * valueFormat.get_len (),
CURPOSITION ());
buffer->in_pos++;
return true;
}