]> www.infradead.org Git - mtd-utils.git/commit
serve_image: adjust classifier and type for printf
authorAndy Shevchenko <ext-andriy.shevchenko@nokia.com>
Wed, 20 Apr 2011 09:35:10 +0000 (12:35 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Thu, 21 Apr 2011 12:44:21 +0000 (15:44 +0300)
commit9f4e68401ab692a42825233342f7851edec7b8e7
treec402f34863a018a98362028e44a4cca0fad08109
parent897125577fe136a7a1dead23b61f9ae861a93356
serve_image: adjust classifier and type for printf

The argument type of printf is __off64_t, meanwhile the classifier is "%ld".
We agreed to use PRIu64 in such case.

Signed-off-by: Andy Shevchenko <ext-andriy.shevchenko@nokia.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
serve_image.c