summaryrefslogtreecommitdiff
path: root/src/sjis.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sjis.c')
-rw-r--r--src/sjis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sjis.c b/src/sjis.c
index 12e93e8..4ffd44b 100644
--- a/src/sjis.c
+++ b/src/sjis.c
@@ -268,7 +268,7 @@ property_name_to_ctype(OnigEncoding enc, UChar* p, UChar* end)
if (len < sizeof(q) - 1) {
xmemcpy(q, p, (size_t )len);
q[len] = '\0';
- pc = euc_jp_lookup_property_name(q, len);
+ pc = onigenc_sjis_lookup_property_name(q, len);
if (pc != 0)
return pc->ctype;
}