mirror of
https://github.com/curl/curl.git
synced 2026-08-24 18:33:34 +03:00
fix bool variables checking and assignment
This commit is contained in:
parent
eb44ac0138
commit
a50210710a
23 changed files with 128 additions and 129 deletions
|
|
@ -254,7 +254,7 @@ void ourWriteOut(CURL *curl, const char *writeinfo)
|
|||
break;
|
||||
}
|
||||
}
|
||||
if(FALSE == match) {
|
||||
if(!match) {
|
||||
fprintf(stderr, "curl: unknown --write-out variable: '%s'\n", ptr);
|
||||
}
|
||||
ptr=end+1; /* pass the end */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue