X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=bindings%2Fruby%2Fmessages.c;fp=bindings%2Fruby%2Fmessages.c;h=6369d0523008b6dadda38bc58cde3c8c908badf5;hb=ae1336dea5cc6a221699fff260d8b44cee677f77;hp=ca5b10d04b09702629eddbeb1eb217bef84a4274;hpb=6273966d0b50541a37a652ccf6113f184eff5300;p=notmuch-old diff --git a/bindings/ruby/messages.c b/bindings/ruby/messages.c index ca5b10d0..6369d052 100644 --- a/bindings/ruby/messages.c +++ b/bindings/ruby/messages.c @@ -71,5 +71,5 @@ notmuch_rb_messages_collect_tags (VALUE self) if (!tags) rb_raise (notmuch_rb_eMemoryError, "Out of memory"); - return Data_Wrap_Notmuch_Object (notmuch_rb_cTags, ¬much_rb_tags_type, tags); + return notmuch_rb_tags_get (tags); }