aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/options
diff options
context:
space:
mode:
authorHanspeter Portner <dev@open-music-kontrollers.ch>2015-02-25 14:11:43 +0100
committerDavid Robillard <d@drobilla.net>2015-02-27 04:37:31 -0500
commit479843fc4dfaafdba49cf024115261c20abeb89d (patch)
tree1f53b141ede6c60386f1cb9314a7ec29572879f4 /lv2/lv2plug.in/ns/ext/options
parentc88c6310dd4ebe16c64d1c498155aaed302699b4 (diff)
downloadlv2-479843fc4dfaafdba49cf024115261c20abeb89d.tar.xz
Fix LV2_ATOM_TUPLE_FOREACH macro.
* using the LV2_ATOM_TUPLE_FOREACH macro throws a compile error * the 'LV2_Atom_Tuple' has no own size attribute * '(tuple)->size' should read: '(tuple)->atom.size' Signed-off-by: Hanspeter Portner <dev@open-music-kontrollers.ch>
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/options')
0 files changed, 0 insertions, 0 deletions
id='n137' href='#n137'>137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169