From: Adrian M. Enache <enache@rdslink.ro>
Date: Mon, 7 Jul 2003 21:57:06 +0000 (+0300)
Subject: format 'botched' in malloc.c
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=67920cb215a6d139ad318fbf8eb54903e101dde5;p=p5sagit%2Fp5-mst-13.2.git

format 'botched' in malloc.c
Message-ID: <20030707185706.GB7017@ratsnest.hole>

p4raw-id: //depot/perl@20069
---

diff --git a/malloc.c b/malloc.c
index e3c1449..456bed8 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 (");