1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-16 23:11:44 +02:00

(get_kernel_table): Change %Zu to %zu.

(Logical change 1.236)
This commit is contained in:
hp.com!davidm 2004-05-12 20:54:56 +00:00
parent 7886a0d946
commit 3fd2b8adfa

View file

@ -398,7 +398,7 @@ get_kernel_table (unw_dyn_info_t *di)
ktab = sos_alloc (size);
if (!ktab)
{
dprintf (__FILE__".%s: failed to allocate %Zu bytes",
dprintf (__FILE__".%s: failed to allocate %zu bytes",
__FUNCTION__, size);
return -UNW_ENOMEM;
}