From 3fd2b8adfad1cbd7b9524af041ac276163ac74ec Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Wed, 12 May 2004 20:54:56 +0000 Subject: [PATCH] (get_kernel_table): Change %Zu to %zu. (Logical change 1.236) --- src/ia64/Gtables-ia64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ia64/Gtables-ia64.c b/src/ia64/Gtables-ia64.c index 0f2cb6ce..fedfd90e 100644 --- a/src/ia64/Gtables-ia64.c +++ b/src/ia64/Gtables-ia64.c @@ -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; }