GNOME Bugzilla – Bug 758934
Missing return in types_match
Last modified: 2016-04-01 01:29:37 UTC
Hello, The types_match function in ./atk-adaptor/adaptors/collection-adaptor.c does not have a return statement for the case where (t == 'r' && c == '(') is false and t == c. I guess it should return true in that case?
Reassigning to the correct component.
Sorry--I'd put this on my to-do list and then forgotten about it. master: 3db51c gnome-3-20: b502e5 Thanks for the report; this needed to be fixed.