Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix precedence of operations in mythmpeg2.
The latest clang19 ARM compiler is pointing out that an "and" operation has lower precedence than an "equality" operation. Add parentheses to ensure this expression is parsed properly. This was introduced in 4427b93.
- Loading branch information