summaryrefslogtreecommitdiff
path: root/deb.c
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2002-09-04 17:11:15 +0100
committerhv <hv@crypt.org>2002-09-04 14:09:13 +0000
commitf1fe7cd8d55c1ae5d8eb7941f9867b98a42e85ba (patch)
tree57b94440b65d161a3102475170570aa7fedb87d4 /deb.c
parente922992d3370dcca40f9805ac727487fedcdf389 (diff)
downloadperl-f1fe7cd8d55c1ae5d8eb7941f9867b98a42e85ba.tar.gz
#17842 was only half the story
Subject: [PATCH deb.c] Re: HiRes failure is success? Message-ID: <20020904161115.E27603@fdgroup.com> p4raw-id: //depot/perl@17843
Diffstat (limited to 'deb.c')
-rw-r--r--deb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deb.c b/deb.c
index 873e2be878..413e9ff144 100644
--- a/deb.c
+++ b/deb.c
@@ -198,7 +198,7 @@ Perl_deb_stack_all(pTHX)
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)