]> rtime.felk.cvut.cz Git - notmuch.git/commit
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)
commitdfe15c0e1b18f4d9ab5d328399e56b3be4a251a5
tree61b91d87294b81d346320f8dae7524b1575c3a3d
parent1008fc45da0e206662694eacf12c0678ddcc6162
cli: g_hash_table_lookup_extended is overkill

Switch to normal glib hash table lookup. The extended version is only
required if the values may contain NULL.
notmuch-search.c