The CHECKOP macro was not invoked on some newly created ops
[p5sagit/p5-mst-13.2.git] / malloc.c
index e3c1449..456bed8 100644 (file)
--- 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 (");