mirror of
https://github.com/curl/curl.git
synced 2026-04-19 21:41:15 +03:00
parent
1701a8319e
commit
a06fd64974
1 changed files with 2 additions and 2 deletions
|
|
@ -42,11 +42,11 @@ static CURLcode t1658_setup(void)
|
|||
*/
|
||||
|
||||
static char rrbuffer[256];
|
||||
static void rrresults(struct Curl_https_rrinfo *rr, CURLcode res)
|
||||
static void rrresults(struct Curl_https_rrinfo *rr, CURLcode result)
|
||||
{
|
||||
char *p = rrbuffer;
|
||||
const char *pend = rrbuffer + sizeof(rrbuffer);
|
||||
curl_msnprintf(rrbuffer, sizeof(rrbuffer), "r:%d|", (int)res);
|
||||
curl_msnprintf(rrbuffer, sizeof(rrbuffer), "r:%d|", (int)result);
|
||||
p += strlen(rrbuffer);
|
||||
|
||||
if(rr) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue