diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-10-22 22:51:59 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-10-22 22:51:59 +0000 |
commit | 147bc37422bb9ff10b7db69f9d76b4e4e70636d7 (patch) | |
tree | deab1d57cc9e48f655c9966d899fd5998c541644 /sv.c | |
parent | 624e458e55cfc9b2dade0f3ce038a53e029fec0c (diff) | |
download | perl-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.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); } } |