aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
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 /wscript
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 'wscript')
0 files changed, 0 insertions, 0 deletions
href='#n118'>118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 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