mirror of
https://github.com/curl/curl.git
synced 2026-08-24 14:03:35 +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 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;
|
char *p = rrbuffer;
|
||||||
const char *pend = rrbuffer + sizeof(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);
|
p += strlen(rrbuffer);
|
||||||
|
|
||||||
if(rr) {
|
if(rr) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue