xrandr: Changes to 'master'

Keith Packard keithp at kemper.freedesktop.org
Tue Dec 22 10:49:57 PST 2009


 xrandr.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 27f86db064a5ea60b942fd3d3ddeb462d980df9b
Author: Dominik Jasiok <yahoo.com.pl at gmail.com>
Date:   Tue Dec 22 10:48:04 2009 -0800

    xrandr: check_strtod should return double, not int
    
    check_strtod performs error checking around strtod to ensure that
    arguments are correctly processed. However, it also accidentally(?)
    cast the result to int, which was then universally cast back to double
    by all callers. Narrowing and re-widening the type doesn't make any sense.
    
    Signed-off-by: Keith Packard <keithp at keithp.com>



More information about the xorg-commit mailing list