mirror of
https://github.com/curl/curl.git
synced 2026-08-25 08:13:31 +03:00
tests: change from curlx_ultous to util_ultous
Since the former function is getting removed from the lib. Closes #16319
This commit is contained in:
parent
b696fc129b
commit
2e9773b76a
8 changed files with 32 additions and 9 deletions
|
|
@ -1060,7 +1060,7 @@ int main(int argc, char *argv[])
|
|||
if(argc > arg) {
|
||||
char *endptr;
|
||||
unsigned long ulnum = strtoul(argv[arg], &endptr, 10);
|
||||
port = curlx_ultous(ulnum);
|
||||
port = util_ultous(ulnum);
|
||||
arg++;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue