summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
authorRobin Barker <RMBarker@cpan.org>2002-01-03 14:49:06 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-03 15:02:12 +0000
commitd5afce772893fe92cef0682fe9672d2589df7ab5 (patch)
treed32772f84ebca2db36245c9a7f5e5a391632bd5c /hv.c
parent94c676340b87fea5154fcacf93d2a763960d4c5f (diff)
downloadperl-d5afce772893fe92cef0682fe9672d2589df7ab5.tar.gz
Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>
-Wformat check. p4raw-id: //depot/perl@14039
Diffstat (limited to 'hv.c')
-rw-r--r--hv.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/hv.c b/hv.c
index a5884e52e2..99f512b412 100644
--- a/hv.c
+++ b/hv.c
@@ -11,6 +11,10 @@
* "I sit beside the fire and think of all that I have seen." --Bilbo
*/
+/*
+=head1 Hash Manipulation Functions
+*/
+
#include "EXTERN.h"
#define PERL_IN_HV_C
#include "perl.h"
@@ -142,7 +146,7 @@ Perl_hv_notallowed(pTHX_ bool is_utf8, const char *key, I32 klen,
if (is_utf8) {
SvUTF8_on(sv);
}
- Perl_croak(aTHX_ "Attempt to access to key '%_' in fixed hash",sv);
+ Perl_croak(aTHX_ "Attempt to access to key '%"SVf"' in fixed hash",sv);
}
/* (klen == HEf_SVKEY) is special for MAGICAL hv entries, meaning key slot