]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/ruby/query.c
ruby: fix missing symbol UINT2FIX()
[notmuch] / bindings / ruby / query.c
index e5ba1b7ab7b567027f6037304d9e994ca443c816..1658edee4dac046e7bcc9f95e751ef77f9cee9da 100644 (file)
@@ -180,5 +180,5 @@ notmuch_rb_query_count_messages (VALUE self)
      * (function may return 0 after printing a message)
      * Thus there is nothing we can do here...
      */
-    return UINT2FIX(notmuch_query_count_messages(query));
+    return UINT2NUM(notmuch_query_count_messages(query));
 }