Skip to content
Snippets Groups Projects
Commit d3c90c98 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Fix spew_file() comment

parent 0dab27bb
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
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