[mythtv-commits] [MythTV/mythtv] 078eea: Use a range-based for loop to step through precision.
linuxdude42
noreply at github.com
Wed Dec 4 15:07:58 UTC 2019
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 078eeaf362f6c4ffd24b515d65d8090a683865f1
https://github.com/MythTV/mythtv/commit/078eeaf362f6c4ffd24b515d65d8090a683865f1
Author: David Hampton <mythtv at love2code.net>
Date: 2019-12-04 (Wed, 04 Dec 2019)
Changed paths:
M mythtv/libs/libmythui/DisplayResScreen.cpp
Log Message:
-----------
Use a range-based for loop to step through precision.
This fixes a newly introduced bug in computing the length of array,
that was created when switching the loop variable from a double to an
int. Fixes #13531.
More information about the mythtv-commits
mailing list