mirror of
				https://github.com/kkos/oniguruma
				synced 2025-10-30 08:05:50 +08:00 
			
		
		
		
	Update base.c: Add missing int types to calc_retry_limit
This commit is contained in:
		| @ -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; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 maflcko
					maflcko