cosmetic fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2615 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
c7935e20b7
commit
4428975e95
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue