summaryrefslogtreecommitdiff
path: root/malloc.c
diff options
context:
space:
mode:
authorAdrian M. Enache <enache@rdslink.ro>2003-07-08 00:57:06 +0300
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-08 08:41:01 +0000
commit67920cb215a6d139ad318fbf8eb54903e101dde5 (patch)
treea69a79880cde1a2b405adebc9e7170e5af09070a /malloc.c
parent8bafa73588ba25326f9c8e2987e930b62d25444f (diff)
downloadperl-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc.c b/malloc.c
index e3c144957b..456bed8282 100644
--- a/malloc.c
+++ b/malloc.c
@@ -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 (");