Browse Source

Update to latest LV2

tags/1.9.4
falkTX 11 years ago
parent
commit
eaa0491b93
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/includes/lv2/atom-util.h

+ 1
- 1
source/includes/lv2/atom-util.h 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. */


Loading…
Cancel
Save