- Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings and
contributed a range of patches to fix them.
This commit is contained in:
@@ -405,7 +405,7 @@ Curl_cookie_add(struct SessionHandle *data,
|
||||
}
|
||||
|
||||
ptr=semiptr+1;
|
||||
while(ptr && *ptr && ISBLANK(*ptr))
|
||||
while(*ptr && ISBLANK(*ptr))
|
||||
ptr++;
|
||||
semiptr=strchr(ptr, ';'); /* now, find the next semicolon */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user