From ffb90eb58e6aa7305690c61bc5885ee61e32952d Mon Sep 17 00:00:00 2001 From: Charles Lane Date: Thu, 22 Feb 2001 03:01:35 -0500 Subject: malloc message address offset Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@8901 --- malloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'malloc.c') diff --git a/malloc.c b/malloc.c index 0f668cdfcb..4f7289fa67 100644 --- a/malloc.c +++ b/malloc.c @@ -1096,7 +1096,7 @@ Perl_malloc(register size_t nbytes) DEBUG_m(PerlIO_printf(Perl_debug_log, "0x%"UVxf": (%05lu) malloc %ld bytes\n", - PTR2UV(p+1), (unsigned long)(PL_an++), + PTR2UV(p), (unsigned long)(PL_an++), (long)size)); /* remove from linked list */ -- cgit v1.2.1