diff options
author | Adrian M. Enache <enache@rdslink.ro> | 2003-07-08 00:57:06 +0300 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-08 08:41:01 +0000 |
commit | 67920cb215a6d139ad318fbf8eb54903e101dde5 (patch) | |
tree | a69a79880cde1a2b405adebc9e7170e5af09070a /malloc.c | |
parent | 8bafa73588ba25326f9c8e2987e930b62d25444f (diff) | |
download | perl-67920cb215a6d139ad318fbf8eb54903e101dde5.tar.gz |
format 'botched' in malloc.c
Message-ID: <20030707185706.GB7017@ratsnest.hole>
p4raw-id: //depot/perl@20069
Diffstat (limited to 'malloc.c')
-rw-r--r-- | malloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1282,7 +1282,7 @@ botch(char *diag, char *s, char *file, int line) else { dTHX; if (PerlIO_printf(PerlIO_stderr(), - "assertion botched (%s?): %s%s %s:%d\n", + "assertion botched (%s?): %s %s:%d\n", diag, s, file, line) != 0) { do_write: /* Can be initializing interpreter */ write2("assertion botched ("); |