summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-10-22 22:51:59 +0000
committerNicholas Clark <nick@ccl4.org>2006-10-22 22:51:59 +0000
commit147bc37422bb9ff10b7db69f9d76b4e4e70636d7 (patch)
treedeab1d57cc9e48f655c9966d899fd5998c541644 /sv.c
parent624e458e55cfc9b2dade0f3ce038a53e029fec0c (diff)
downloadperl-147bc37422bb9ff10b7db69f9d76b4e4e70636d7.tar.gz
Fix the other bug introduced by change 29079
p4raw-id: //depot/perl@29086
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index 77047efc05..f5d9cb63da 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);
}
}