codebrainz commented on this pull request.
> @@ -477,7 +460,7 @@ static GList *lookup_includes(const gchar **includes,
> gint includes_count)
size_t idx_glob;
#endif
- table = g_hash_table_new_full(tm_file_inode_hash, g_direct_equal, NULL,
g_free);
+ table = g_hash_table_new_full(g_str_hash, g_direct_equal, NULL, g_free);
Should the 2nd parameter be `g_str_equal`, or is it meant to compare the
address/pointer of the keys?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1989#pullrequestreview-172066932