projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91edb4e
)
Fixed threaded builds following change 25916
author
Steve Hay
<SteveHay@planit.com>
Mon, 31 Oct 2005 11:30:15 +0000
(11:30 +0000)
committer
Steve Hay
<SteveHay@planit.com>
Mon, 31 Oct 2005 11:30:15 +0000
(11:30 +0000)
p4raw-id: //depot/perl@25918
pp_hot.c
patch
|
blob
|
history
diff --git
a/pp_hot.c
b/pp_hot.c
index
bf3e229
..
fefec9a
100644
(file)
--- a/
pp_hot.c
+++ b/
pp_hot.c
@@
-1610,7
+1610,7
@@
Perl_do_readline(pTHX)
const U8 *f;
if (ckWARN(WARN_UTF8) &&
- !is_utf8_string_loc(
aTHX_
s, len, &f))
+ !is_utf8_string_loc(s, len, &f))
/* Emulate :encoding(utf8) warning in the same case. */
Perl_warner(aTHX_ packWARN(WARN_UTF8),
"utf8 \"\\x%02X\" does not map to Unicode",