summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-09-28 09:14:52 -0600
committerKarl Williamson <public@khwilliamson.com>2011-10-01 09:30:40 -0600
commit45bb2768cee5570e1fb15c763f1585fd2010f130 (patch)
treede7edbeace33fe87174bdb491c69e0f4b776af55 /utf8.c
parent89302fc2b7e207df41192d739797e3f18a46ba34 (diff)
downloadperl-45bb2768cee5570e1fb15c763f1585fd2010f130.tar.gz
utf8.c: Call new function invlist_invert_prop()
This new function is now potentially called. However, there is no data file or other circumstances which currently cause this path to get executed.
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index 724f1841b0..57532cbd54 100644
--- a/utf8.c
+++ b/utf8.c
@@ -2977,7 +2977,7 @@ Perl__swash_to_invlist(pTHX_ SV* const swash)
/* Invert if the data says it should be */
if (invert_it_svp && SvUV(*invert_it_svp)) {
- _invlist_invert(invlist);
+ _invlist_invert_prop(invlist);
}
/* This code is copied from swash_get()