mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
%zu is not universally available
This commit is contained in:
@@ -79,7 +79,7 @@ main(int argc, char **argv)
|
||||
ret = EXIT_SUCCESS;
|
||||
|
||||
out:
|
||||
printf("%zu\n", length);
|
||||
printf("%lu\n", (unsigned long)length);
|
||||
|
||||
if (fd != -1)
|
||||
close(fd);
|
||||
|
Reference in New Issue
Block a user