]> git.wh0rd.org Git - nano.git/commitdiff
cosmetic fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 8 Jun 2005 20:13:38 +0000 (20:13 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 8 Jun 2005 20:13:38 +0000 (20:13 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2615 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/files.c

index e12e983ea6cbfe03b0e89f12c859c78afcdadfb2..7261a3980d4cba01f6a9cc8dbe1c1d43610c243e 100644 (file)
@@ -83,7 +83,7 @@ filestruct *read_line(char *buf, filestruct *prevnode, bool
        fileptr->data[len - 1] = '\0';
 #endif
 
-    if (*first_line_ins || fileage == NULL) {
+    if (*first_line_ins == TRUE || fileage == NULL) {
        /* Special case: we're inserting with the cursor on the first
         * line. */
        fileptr->prev = NULL;