if2ip: make the buf_size arg a size_t

sizes should be size_t

Ref: #13489
Closes #13505
This commit is contained in:
Daniel Stenberg 2024-04-30 09:11:00 +02:00
parent 3583ed8b77
commit 0199104e94
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 4 additions and 4 deletions

View file

@ -50,7 +50,7 @@ if2ip_result_t Curl_if2ip(int af,
unsigned int local_scope_id,
#endif
const char *interf,
char *buf, int buf_size);
char *buf, size_t buf_size);
#ifdef __INTERIX