Skip to content
Snippets Groups Projects
Commit baeebb2b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

narrow the comment to < 80 columns

parent ecc6f550
No related branches found
No related tags found
No related merge requests found
......@@ -105,8 +105,8 @@ CURLdigest Curl_input_digest(struct connectdata *conn,
(2 == sscanf(header, "%255[^=]=%1023[^\r\n,]",
value, content)) ) {
if(!strcmp("\"\"", content)) {
/* for the name="" case where we get only the "" in the content variable,
* simply clear the content then
/* for the name="" case where we get only the "" in the content
* variable, simply clear the content then
*/
content[0]=0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment