1
1
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3724 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
David Lawrence Ramsey 2006-07-02 20:56:34 +00:00
родитель 5ee89c6898
Коммит 224b6d5b77

Просмотреть файл

@ -476,6 +476,8 @@ void browser_init(const char *path, DIR *dir)
filelist_len = i;
rewinddir(dir);
/* Put 10 columns' worth of blank space between columns of filenames
* in the list whenever possible, as Pico does. */
longest += 10;
filelist = (char **)nmalloc(filelist_len * sizeof(char *));