fix another minor spacing problem in titlebar()

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3020 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-09-16 17:24:22 +00:00
parent 23bdb27155
commit a03d9c0ecd
1 changed files with 1 additions and 1 deletions

View File

@ -2846,7 +2846,7 @@ void titlebar(const char *path)
if (!newfie) {
size_t lenpt = strlenpt(path), start_col;
dots = (lenpt > space);
dots = (lenpt >= space);
if (dots) {
start_col = lenpt - space + 3;