summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2006-01-07 23:42:08 +0200
committerH.Merijn Brand <h.m.brand@xs4all.nl>2006-01-08 12:27:29 +0000
commitafd78fd5455826b5a73217b8c80ab30a9cdad730 (patch)
tree8da46ba2de3d4958eff6d7f580dc5407ee3023b3 /sv.c
parentb6c2855378a705b6278bd4e260febb2b484b9fcd (diff)
downloadperl-afd78fd5455826b5a73217b8c80ab30a9cdad730.tar.gz
blead: format warnings
Message-ID: <43C01990.6020207@gmail.com> p4raw-id: //depot/perl@26708
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 8800ddfe44..b2cd1d8e9b 100644
--- a/sv.c
+++ b/sv.c
@@ -1152,7 +1152,8 @@ Perl_sv_upgrade(pTHX_ register SV *sv, U32 new_type)
SvPV_set(sv, 0);
break;
default:
- Perl_croak(aTHX_ "panic: sv_upgrade to unknown type %lu", new_type);
+ Perl_croak(aTHX_ "panic: sv_upgrade to unknown type %lu",
+ (unsigned long)new_type);
}
if (old_type_details->size) {