tag-guesser: Fix a couple of logic errors handling TRM events.
if(!foo == bar) is *not* the same as the correct if(foo != bar), noticed by a sharp-eyed user compiling Juk. Thanks for the bug report! Unfortunately I missed committing this in time for 4.14.2. :( BUG:339616 FIXED-IN:4.14.3
Showing
Please register or sign in to comment