-
由 Kevin Wolf 提交于
Casting a pointer to an int doesn't work on 64 bit platforms. Use the %p printf conversion specifier instead. Signed-off-by: NKevin Wolf <kwolf@redhat.com>
3e89cb04
Casting a pointer to an int doesn't work on 64 bit platforms. Use the %p printf
conversion specifier instead.
Signed-off-by: NKevin Wolf <kwolf@redhat.com>