projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8f118dc
)
constness+signedness nit.
Jarkko Hietaniemi [Tue, 19 Mar 2002 14:36:41 +0000 (14:36 +0000)]
p4raw-id: //depot/perl@15319
ext/Unicode/Normalize/Normalize.xs
patch
|
blob
|
blame
|
history
diff --git
a/ext/Unicode/Normalize/Normalize.xs
b/ext/Unicode/Normalize/Normalize.xs
index
59da98e
..
3cb221f
100644
(file)
--- a/
ext/Unicode/Normalize/Normalize.xs
+++ b/
ext/Unicode/Normalize/Normalize.xs
@@
-226,7
+226,7
@@
reorder(arg)
dstlen = srclen + 1;
dst = newSV(dstlen);
- sv_setpvn(dst,s,srclen);
+ sv_setpvn(dst,(const char*)s,srclen);
SvUTF8_on(dst);
stk_cc_max = 10; /* enough as an initial value? */