mirror of
https://github.com/curl/curl.git
synced 2026-08-26 18:43:32 +03:00
narrow the comment to < 80 columns
This commit is contained in:
parent
ecc6f550eb
commit
baeebb2b57
1 changed files with 2 additions and 2 deletions
|
|
@ -105,8 +105,8 @@ CURLdigest Curl_input_digest(struct connectdata *conn,
|
||||||
(2 == sscanf(header, "%255[^=]=%1023[^\r\n,]",
|
(2 == sscanf(header, "%255[^=]=%1023[^\r\n,]",
|
||||||
value, content)) ) {
|
value, content)) ) {
|
||||||
if(!strcmp("\"\"", content)) {
|
if(!strcmp("\"\"", content)) {
|
||||||
/* for the name="" case where we get only the "" in the content variable,
|
/* for the name="" case where we get only the "" in the content
|
||||||
* simply clear the content then
|
* variable, simply clear the content then
|
||||||
*/
|
*/
|
||||||
content[0]=0;
|
content[0]=0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue