bool fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2558 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
32fe95d35e
commit
11846fa576
|
@ -2156,7 +2156,7 @@ char *input_tab(char *buf, size_t *place, bool *lastwastab, bool *list)
|
|||
|
||||
assert(buf != NULL && place != NULL && *place <= strlen(buf) && lastwastab != NULL && list != NULL);
|
||||
|
||||
*list = 0;
|
||||
*list = FALSE;
|
||||
|
||||
/* If the word starts with `~' and there is no slash in the word,
|
||||
* then try completing this word as a username. */
|
||||
|
|
Loading…
Reference in New Issue