mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:13:39 +03:00
lib: use bool/TRUE/FALSE properly
booleans should use the type 'bool' and set the value to TRUE/FALSE non-booleans should not be 'bool' and should not set the value to TRUE/FALSE Closes #15123
This commit is contained in:
parent
78ed473dbc
commit
bcec0840b0
44 changed files with 222 additions and 222 deletions
|
|
@ -668,7 +668,7 @@ static int formatf(
|
|||
char work[BUFFSIZE];
|
||||
|
||||
/* 'workend' points to the final buffer byte position, but with an extra
|
||||
byte as margin to avoid the (false?) warning Coverity gives us
|
||||
byte as margin to avoid the (FALSE?) warning Coverity gives us
|
||||
otherwise */
|
||||
char *workend = &work[sizeof(work) - 2];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue