From 45bb2768cee5570e1fb15c763f1585fd2010f130 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 28 Sep 2011 09:14:52 -0600 Subject: [PATCH] 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. --- utf8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utf8.c b/utf8.c index 724f184..57532cb 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() -- 2.7.4