git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_2_0_branch/nano@4174
35c25a1d-7b9e-4130-9fde-
d3aeb78583b8
(DLR)
username_tab_completion(), cwd_tab_completion(), input_tab()
- Update copyright notice to account for modifications. (DLR)
+ cwd_tab_completion()
+ - Remove unneeded assert. (DLR)
- nano.c:
version()
- Display copyright notices. (DLR)
DIR *dir;
const struct dirent *nextdir;
- assert(dirname != NULL && num_matches != NULL && buflen >= 0);
+ assert(dirname != NULL && num_matches != NULL);
*num_matches = 0;
null_at(&dirname, buflen);