We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dced30 commit ec0793eCopy full SHA for ec0793e
1 file changed
enc/euc_jp.c
@@ -382,7 +382,7 @@ mbc_case_fold(OnigCaseFoldType flag,
382
383
len = mbc_enc_len(p, end, enc);
384
if (len <= 0) return 1;
385
- code = get_lower_case(mbc_to_code(p, end, enc));
+ get_lower_case(mbc_to_code(p, end, enc));
386
/* assuming case folding in euc-jp doesn't change length */
387
(*pp) += len;
388
return len; /* return byte length of converted char to lower */
0 commit comments