From: David Lawrence Ramsey Date: Wed, 8 Jun 2005 20:13:38 +0000 (+0000) Subject: cosmetic fix X-Git-Tag: v1.3.8~188 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=4428975e9517afb30210474f566d1068d0a595f4;p=nano.git cosmetic fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2615 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- 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;