libvirt/examples/c
zhujun2 c80f0852ca examples: Fix printf format string in event-test.c
Inside of myDomainEventMemoryFailureCallback() arguments are
printed via printf but '%d' is used to print @flags (of type
uint). Use '0x%x' instead, just like we do everywhere else.

Signed-off-by: zhujun2 <zhujun2@cmss.chinamobile.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
2023-10-20 10:22:34 +02:00
..
admin Fix couple of comment typos 2022-11-30 12:18:11 +01:00
domain lib: Use the same style in the 'struct option' 2022-11-22 10:15:11 +01:00
misc examples: Fix printf format string in event-test.c 2023-10-20 10:22:34 +02:00
meson.build meson: examples: build and install example files 2020-08-03 09:27:06 +02:00