From: Nicholas Clark <nick@ccl4.org>
Date: Sun, 22 Oct 2006 22:51:59 +0000 (+0000)
Subject: Fix the other bug introduced by change 29079
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=147bc37422bb9ff10b7db69f9d76b4e4e70636d7;p=p5sagit%2Fp5-mst-13.2.git

Fix the other bug introduced by change 29079

p4raw-id: //depot/perl@29086
---

diff --git a/sv.c b/sv.c
index 77047ef..f5d9cb6 100644
--- a/sv.c
+++ b/sv.c
@@ -10668,7 +10668,8 @@ Perl_ss_dup(pTHX_ PerlInterpreter *proto_perl, CLONE_PARAMS* param)
 	    TOPPTR(nss,ix) = DUP_WARNINGS((STRLEN*)ptr);
 	    break;
 	default:
-	    Perl_croak(aTHX_ "panic: ss_dup inconsistency (%"IVdf")", (IV) i);
+	    Perl_croak(aTHX_
+		       "panic: ss_dup inconsistency (%"IVdf")", (IV) type);
 	}
     }