Change 20069 by [EMAIL PROTECTED] on 2003/07/08 08:41:01

        Subject: [PATCH] format 'botched' in malloc.c
        From: Enache Adrian <[EMAIL PROTECTED]>
        Date: Mon, 7 Jul 2003 21:57:06 +0300
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/malloc.c#102 edit

Differences ...

==== //depot/perl/malloc.c#102 (text) ====
Index: perl/malloc.c
--- perl/malloc.c#101~19876~    Sat Jun 28 11:24:46 2003
+++ perl/malloc.c       Tue Jul  8 01:41:01 2003
@@ -1282,7 +1282,7 @@
     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 (");
End of Patch.

Reply via email to