Static analysis (coverity) detected that some of the math computing frequencies was performed in 32 bit arithmetic, even though the result was 64 bits. This could result in an integer overflow. Use the Qt long long type to move to 64 bit calculations.
Fixes coverity 700586 Fixes #11594
d395df6 Support higher tuning frequencies
mythtv/libs/libmythtv/recorders/dtvchannel.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Upstream: github.com