diff options
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/event')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/event/event-helpers.h | 2 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/ext/event/lv2-event.doap.ttl | 9 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/ext/event/manifest.ttl | 2 |
3 files changed, 11 insertions, 2 deletions
diff --git a/lv2/lv2plug.in/ns/ext/event/event-helpers.h b/lv2/lv2plug.in/ns/ext/event/event-helpers.h index 0fe2d79..5420271 100644 --- a/lv2/lv2plug.in/ns/ext/event/event-helpers.h +++ b/lv2/lv2plug.in/ns/ext/event/event-helpers.h @@ -148,7 +148,7 @@ lv2_event_get(LV2_Event_Iterator* iter, uint8_t** data) { if (!lv2_event_is_valid(iter)) { - return false; + return NULL; } LV2_Event* const ev = (LV2_Event*)( diff --git a/lv2/lv2plug.in/ns/ext/event/lv2-event.doap.ttl b/lv2/lv2plug.in/ns/ext/event/lv2-event.doap.ttl index e3e9f8e..a7e5830 100644 --- a/lv2/lv2plug.in/ns/ext/event/lv2-event.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/event/lv2-event.doap.ttl @@ -13,6 +13,15 @@ doap:developer <http://drobilla.net/drobilla#me> , <http://lv2plug.in/ns/meta#larsl> ; doap:release [ + doap:revision "1.9" ; + doap:created "2013-01-13" ; + dcs:blame <http://drobilla.net/drobilla#me> ; + dcs:changeset [ + dcs:item [ + rdfs:label "Fix incorrect return type in lv2_event_get()." + ] + ] + ] , [ doap:revision "1.8" ; doap:created "2012-10-14" ; doap:file-release <http://lv2plug.in/spec/lv2-1.2.0.tar.bz2> ; diff --git a/lv2/lv2plug.in/ns/ext/event/manifest.ttl b/lv2/lv2plug.in/ns/ext/event/manifest.ttl index ed11e86..e2c20a6 100644 --- a/lv2/lv2plug.in/ns/ext/event/manifest.ttl +++ b/lv2/lv2plug.in/ns/ext/event/manifest.ttl @@ -4,6 +4,6 @@ <http://lv2plug.in/ns/ext/event> a lv2:Specification ; lv2:minorVersion 1 ; - lv2:microVersion 8 ; + lv2:microVersion 9 ; rdfs:seeAlso <event.ttl> . |