]> git.wh0rd.org Git - nano.git/commitdiff
cosmetic fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 25 Jul 2005 18:59:24 +0000 (18:59 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 25 Jul 2005 18:59:24 +0000 (18:59 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2927 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/text.c
src/winio.c

index 1781dfb208de67e2a41dd712438760787879980d..f5f128f94349895fa8b6c6e3ccd1bc761d03f29a 100644 (file)
@@ -2095,8 +2095,8 @@ void do_wordlinechar_count(void)
        if (added_magicline)
            remove_magicline();
 
-       lines = openfile->filebot->lineno - openfile->fileage->lineno +
-               1;
+       lines = openfile->filebot->lineno -
+               openfile->fileage->lineno + 1;
        chars = get_totsize(openfile->fileage, openfile->filebot);
 
        /* Unpartition the filestruct so that it contains all the text
index 6e93749cd4ff74f1cc17d0144de0e3bf12975204..7f2ef51ced5b2e2316197aeb1fecfdbf23a06410 100644 (file)
@@ -3053,7 +3053,6 @@ size_t get_page_start(size_t column)
        return column - (COLS - 2);
     else
        return column - (COLS - 1);
-               /* The parentheses are necessary to avoid overflow. */
 }
 
 /* Resets current_y, based on the position of current, and puts the