]> git.cworth.org Git - notmuch/commitdiff
lib: eliminate fprintf from _notmuch_message_file_open
authorDavid Bremner <david@tethera.net>
Fri, 26 Dec 2014 17:34:49 +0000 (18:34 +0100)
committerDavid Bremner <david@tethera.net>
Sat, 28 Mar 2015 23:34:15 +0000 (00:34 +0100)
You may wonder why _notmuch_message_file_open_ctx has two parameters.
This is because we need sometime to use a ctx which is a
notmuch_message_t. While we could get the database from this, there is
no easy way in C to tell type we are getting.


No differences found