comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2100 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
97b9046239
commit
9df069cc5f
|
@ -2404,8 +2404,8 @@ char *input_tab(char *buf, int place, bool *lastwastab, int *newplace,
|
||||||
/* Print the list of matches */
|
/* Print the list of matches */
|
||||||
for (i = 0, col = 0; i < num_matches; i++) {
|
for (i = 0, col = 0; i < num_matches; i++) {
|
||||||
|
|
||||||
/* make each filename shown be the same length as the longest
|
/* make each filename shown be the same length as the
|
||||||
filename, with two spaces at the end */
|
longest filename, with two spaces at the end */
|
||||||
snprintf(foo, longestname + 1, matches[i]);
|
snprintf(foo, longestname + 1, matches[i]);
|
||||||
while (strlen(foo) < longestname)
|
while (strlen(foo) < longestname)
|
||||||
strcat(foo, " ");
|
strcat(foo, " ");
|
||||||
|
|
Loading…
Reference in New Issue