diff options
author | Robin Barker <RMBarker@cpan.org> | 2000-09-14 19:07:38 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-14 17:45:35 +0000 |
commit | d2560b705d852dbc96fd94b95faaa076758b7a8c (patch) | |
tree | 801efa93c2b2e08931c3a2f8355b8fb9d8c62395 /malloc.c | |
parent | 183a2d84c1f59ccc4c14106315b4806f773a1203 (diff) | |
download | perl-d2560b705d852dbc96fd94b95faaa076758b7a8c.tar.gz |
continued -Wformat support
Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
p4raw-id: //depot/perl@7081
Diffstat (limited to 'malloc.c')
-rw-r--r-- | malloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1060,7 +1060,7 @@ Perl_malloc(register size_t nbytes) dTHX; PerlIO_printf(PerlIO_stderr(), "Unaligned `next' pointer in the free " - "chain 0x"UVxf" at 0x%"UVxf"\n", + "chain 0x%"UVxf" at 0x%"UVxf"\n", PTR2UV(p->ov_next), PTR2UV(p)); } #endif |