]> git.wh0rd.org Git - nano.git/commitdiff
fix another minor spacing problem in titlebar()
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 16 Sep 2005 17:24:22 +0000 (17:24 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 16 Sep 2005 17:24:22 +0000 (17:24 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3020 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/winio.c

index 02ef346c58f56dee0664efcce2d30f3f836b092f..17ca14bf7864f92998686de4e89a1f59bb4b4eef 100644 (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;