Change 17842 by [EMAIL PROTECTED] on 2002/09/04 14:04:40

        printf argument mismatch in Perl_deb_stack_all() from change #17718

Affected files ...

.... //depot/perl/deb.c#28 edit

Differences ...

==== //depot/perl/deb.c#28 (text) ====
Index: perl/deb.c
--- perl/deb.c#27~17718~        Mon Aug 12 04:57:17 2002
+++ perl/deb.c  Wed Sep  4 07:04:40 2002
@@ -191,7 +191,7 @@
        else
            si_name = si_names[si_name_ix];
        PerlIO_printf(Perl_debug_log, "STACK %"IVdf": %s\n",
-                                               si_ix, si_name);
+                                               (IV)si_ix, si_name);
 
        for (ix=0; ix<=si->si_cxix; ix++) {
 
End of Patch.

Reply via email to