commit 4428975e9517afb30210474f566d1068d0a595f4
parent c7935e20b7d96b8c72ff6e17bce33f530e554dab
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Wed, 8 Jun 2005 20:13:38 +0000
cosmetic fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2615 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;