summaryrefslogtreecommitdiff
path: root/malloc.c
diff options
context:
space:
mode:
authorCharles Lane <lane@DUPHY4.Physics.Drexel.Edu>2001-02-22 03:01:35 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2001-02-23 01:20:32 +0000
commitffb90eb58e6aa7305690c61bc5885ee61e32952d (patch)
treec9adc0b569d8b3eff3cef9bf3eea28dfd3cc13ed /malloc.c
parent7e0f6a1f00659d26d3dff8670411159e65089d91 (diff)
downloadperl-ffb90eb58e6aa7305690c61bc5885ee61e32952d.tar.gz
malloc message address offset
Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@8901
Diffstat (limited to 'malloc.c')
-rw-r--r--malloc.c2
1 files changed, 1 insertions, 1 deletions
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 */