]> Savannah Git Hosting - gnulib.git/commit
error.c: correct printf-style format: %d -> %u
authorJim Meyering <meyering@fb.com>
Sun, 28 Jun 2015 17:38:46 +0000 (10:38 -0700)
committerJim Meyering <meyering@fb.com>
Sun, 28 Jun 2015 17:38:46 +0000 (10:38 -0700)
commitc3cf2ea4640b83ee201d6ef2fc180191f898b210
tree84951c1b4e137cdf324c37a20876829057b84157
parent49078a780041205fbbab56802033595eb44f854d
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.
ChangeLog
lib/error.c