2aa96da TEST: Fix warning invalid printf argument type

1 file Authored by lslebodn 10 years ago, Committed by jhrozek 10 years ago,
    TEST: Fix warning invalid printf argument type
    
    Reported by: cppcheck
    
    "%d" in format string (no. 1) requires 'int' but the argument type is
    'unsigned int'
    
    Reviewed-by: Michal Žídek <mzidek@redhat.com>
    
        
file modified
+1 -1