]> www.infradead.org Git - users/sagi/libnvme.git/commit
src: Use PRIu64 format specifier for uint64 types
authorDaniel Wagner <dwagner@suse.de>
Wed, 19 Jan 2022 14:54:50 +0000 (15:54 +0100)
committerDaniel Wagner <dwagner@suse.de>
Wed, 19 Jan 2022 14:54:50 +0000 (15:54 +0100)
commit3acfca080de3877d95615448f0ea809c3c8e83bd
tree5c9e5412a8f4f8c978584174db2cf028009c4f3d
parent609e6faef0ca24548dc09a127aa00201449af093
src: Use PRIu64 format specifier for uint64 types

When compiling for 32bit architectures the compiler is complaining
about the wrong format specifier for uint64. Use the the PRIu64 format
specifier in this case which is supported from 32bit and 64bit.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
examples/display-columnar.c
src/nvme/fabrics.c
test/test.c