From 4428975e9517afb30210474f566d1068d0a595f4 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Wed, 8 Jun 2005 20:13:38 +0000 Subject: [PATCH] cosmetic fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2615 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/files.c b/src/files.c index e12e983e..7261a398 100644 --- a/src/files.c +++ b/src/files.c @@ -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;