Portability fix: Build where sizeof is not compatible with int
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 27 Oct 2014 01:42:28 +0000 (01:42 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 27 Oct 2014 01:54:34 +0000 (01:54 +0000)
On Debian amd64, for example:

 util.c: In function 'iaddr_to_string':
 util.c:575:3: error: field precision specifier '.*' expects argument
 of type 'int', but argument 3 has type 'long unsigned int'

Thanks to Jonathan Amery for the report.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>

No differences found