]> rtime.felk.cvut.cz Git - notmuch.git/commitdiff
cli: g_hash_table_lookup_extended is overkill
authorJani Nikula <jani@nikula.org>
Thu, 3 Sep 2015 19:39:57 +0000 (22:39 +0300)
committerDavid Bremner <david@tethera.net>
Mon, 7 Sep 2015 12:43:31 +0000 (09:43 -0300)
Switch to normal glib hash table lookup. The extended version is only
required if the values may contain NULL.


No differences found