]> granicus.if.org Git - neomutt/commit
Fix tcbdb error reporting to use ecode, not errno.
authorKevin McCarthy <kevin@8t8.us>
Wed, 16 Mar 2016 21:15:14 +0000 (14:15 -0700)
committerKevin McCarthy <kevin@8t8.us>
Wed, 16 Mar 2016 21:15:14 +0000 (14:15 -0700)
commit2ad5f4b689aaa9e854b5497362adfaad665d1ee6
treebc62aea43c64b48fbe282f119c1d8988d15a563d
parent98aff986359198727ec4401c893ed05d3c441d38
Fix tcbdb error reporting to use ecode, not errno.

After committing aff8d62ebddb and taking a closer look at the tcbdb
documentation, I realized those functions don't set errno.

Change the error handling messages to instead get the ecode and
message using tcbdbecode() and tcbdberrmsg().
hcache.c