]> git.cworth.org Git - notmuch/commitdiff
lib: correct deprecated db open functions' docs
authorAustin Ray <austin@austinray.io>
Sat, 14 Aug 2021 22:39:17 +0000 (18:39 -0400)
committerDavid Bremner <david@tethera.net>
Tue, 17 Aug 2021 23:30:05 +0000 (16:30 -0700)
Both notmuch_database_open() and notmuch_database_open_verbose()'s
documentation state they call notmuch_database_open_with_config() with
config_path=NULL; however, their implementations pass an empty string.
The empty string is the correct value to maintain their original
behavior of not loading the user's configuration so their documentation
is incorrect.


No differences found