Loading
ut/bdev.c: Use PRIu64 for portability
POSIX defines PRId64/PRIu64/PRIx64 for printing 64-bit values in a portable way. Replace a reference to %lu to remove the assumption about the size of a long. Signed-off-by:Nick Connolly <nick.connolly@mayadata.io> Change-Id: Id5690eb2ad501eaacb4b266981b4dba128a7b174 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8340 Community-CI: Mellanox Build Bot Reviewed-by:
Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>