Fix #7 correcting _ttail_search_closest_stdin() returned value
This commit is contained in:
parent
5876beb864
commit
e314231033
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ int _ttail_search_closest_stdin(ttail_t* t)
|
|||
return -1;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
void _ttail_search_print_stdin(ttail_t* t, int fd)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue