Update base.c: Add missing int types to calc_retry_limit

This commit is contained in:
maflcko
2024-03-28 17:00:58 +01:00
committed by GitHub
parent e62a8e5ec1
commit b420a7dc76

View File

@ -201,7 +201,7 @@ each_match_callback_func(const UChar* str, const UChar* end,
return ONIG_NORMAL;
}
static unsigned int calc_retry_limit(sl, len)
static unsigned int calc_retry_limit(int sl, int len)
{
unsigned int r;
unsigned int upper;