mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-08 16:04:47 -05:00
Fix spew_file() comment
This commit is contained in:
parent
0dab27bb1e
commit
d3c90c989c
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ static char * slurp_file(int fd) {
|
|||
}
|
||||
|
||||
/*
|
||||
* return number of bytes written, or -1 in case of error
|
||||
* return nonnegative for success or -1 for error
|
||||
* do not return numbers less than -1
|
||||
*/
|
||||
static int spew_file(int fd, char * spew, int len) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue