mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-23 07:57:38 +01:00
(get_kernel_table): Change %Zu to %zu.
(Logical change 1.236)
This commit is contained in:
parent
7886a0d946
commit
3fd2b8adfa
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue