projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b0bb49b
)
fix typo in hv.c
Dave Mitchell [Fri, 12 Jan 2007 11:26:14 +0000 (11:26 +0000)]
p4raw-id: //depot/perl@29767
hv.c
patch
|
blob
|
blame
|
history
diff --git
a/hv.c
b/hv.c
index
07d7f5b
..
fb597e3
100644
(file)
--- a/
hv.c
+++ b/
hv.c
@@
-2962,7
+2962,7
@@
Perl_hv_assert(pTHX_ HV *hv)
withflags++;
if (HeKWASUTF8(entry)) {
PerlIO_printf(Perl_debug_log,
- "hash key has both WASUFT8 and UTF8: '%.*s'\n",
+ "hash key has both WASUTF8 and UTF8: '%.*s'\n",
(int) HeKLEN(entry), HeKEY(entry));
bad = 1;
}