Change 17843 by [EMAIL PROTECTED] on 2002/09/04 14:09:13
#17842 was only half the story
Subject: [PATCH deb.c] Re: HiRes failure is success?
From: Dave Mitchell <[EMAIL PROTECTED]>
Date: Wed, 4 Sep 2002 16:11:15 +0100
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
.... //depot/perl/deb.c#29 edit
Differences ...
==== //depot/perl/deb.c#29 (text) ====
Index: perl/deb.c
--- perl/deb.c#28~17842~ Wed Sep 4 07:04:40 2002
+++ perl/deb.c Wed Sep 4 07:09:13 2002
@@ -198,7 +198,7 @@
cx = &(si->si_cxstack[ix]);
PerlIO_printf(Perl_debug_log,
" CX %"IVdf": %-6s => ",
- ix, PL_block_type[CxTYPE(cx)]
+ (IV)ix, PL_block_type[CxTYPE(cx)]
);
/* substitution contexts don't save stack pointers etc) */
if (CxTYPE(cx) == CXt_SUBST)
End of Patch.