Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 475624 | Differences between
and this patch

Collapse All | Expand All

(-)a/bindings/ruby/query.c (-1 / +1 lines)
Lines 180-184 notmuch_rb_query_count_messages (VALUE self) Link Here
180
     * (function may return 0 after printing a message)
180
     * (function may return 0 after printing a message)
181
     * Thus there is nothing we can do here...
181
     * Thus there is nothing we can do here...
182
     */
182
     */
183
    return UINT2FIX(notmuch_query_count_messages(query));
183
    return UINT2NUM(notmuch_query_count_messages(query));
184
}
184
}

Return to bug 475624