]> err.no Git - dpkg/commit
64bits fix: head->width is a size_t, needs %zd format.
authorPierre Habouzit <madcoder@debian.org>
Sun, 11 May 2008 18:45:02 +0000 (20:45 +0200)
committerRaphael Hertzog <hertzog@debian.org>
Sun, 11 May 2008 19:59:31 +0000 (21:59 +0200)
commit8ad47fe55ea64f694e53da06dda066a0eb22bb29
treef7f370428ed0e5d4e5951b5c7eaacd1701a0a5a7
parent5b54cfc9959b66f025005a09c26309635bf6638e
64bits fix: head->width is a size_t, needs %zd format.

* lib/showpkg.c (show1package): Use %zd instead of %d in sprintf()
call with a size_t parameter.
ChangeLog
lib/showpkg.c