@techee commented on this pull request.
In src/tagmanager/tm_workspace.c:
> @@ -836,7 +836,7 @@ find_scope_members (const GPtrArray *tags_array, const gchar *name, TMSourceFile /* anonymous type defined in a different file than the variable - * this isn't the type we are looking for */ - if (tm_tag_is_anon(test_tag) && (file != test_tag->file || test_tag->file == NULL)) + if (tm_tag_is_anon(tag) && (file != test_tag->file || test_tag->file == NULL))
Dammit, I should stop coding today, I start making errors. Sure thing, this is wrong.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.