Skip to content

Commit

Permalink
Merge acbcccb into 9b56997
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Sep 1, 2021
2 parents 9b56997 + acbcccb commit 9ef4acb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion utf8.c
Expand Up @@ -3237,7 +3237,9 @@ S_to_case_cp_list(pTHX_ const UV original,
* should be given. */
}

*remaining_count = 0;
if (remaining_count) {
*remaining_count = 0;
}
return original;
}

Expand Down

0 comments on commit 9ef4acb

Please sign in to comment.