xclock: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Mar 1 16:58:00 UTC 2019


 Clock.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit d528eca772620bc06c182e03265fc5f70a4d35f7
Author: Niclas Zeising <zeising at daemonic.se>
Date:   Wed Feb 27 15:25:28 2019 +0100

    Use fabsf when dealing with floating point numbers

commit a212539500a17f265815e77b9a6047279824315f
Author: Niclas Zeising <zeising at daemonic.se>
Date:   Wed Feb 27 15:22:41 2019 +0100

    Fix logic sourrouning && and ||
    
    Fix the logic sorrounding && and ||.  && has higher precedence than ||,
    and as such, the if statement probably was incorrect.  Fix this by
    adding parenthesises around the || statement.



More information about the xorg-commit mailing list