Commit c3cf2ea4640b83ee201d6ef2fc180191f898b210

Jim Meyering 2015-06-28T10:38:46

error.c: correct printf-style format: %d -> %u * lib/error.c (error_at_line): Correct __fxprintf format to use %u, rather than %d, to match the type of "line_number", unsigned int.