Update to latest LV2

This commit is contained in:
falkTX 2013-01-19 22:33:26 +00:00
parent 59acfeaafc
commit eaa0491b93
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ lv2_atom_sequence_begin(const LV2_Atom_Sequence_Body* body)
static inline LV2_Atom_Event*
lv2_atom_sequence_end(const LV2_Atom_Sequence_Body* body, uint32_t size)
{
return (LV2_Atom_Event*)(body + lv2_atom_pad_size(size));
return (LV2_Atom_Event*)((uint8_t*)body + lv2_atom_pad_size(size));
}
/** Return true iff @p i has reached the end of @p body. */