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';
|
fileptr->data[len - 1] = '\0';
|
||||||
#endif
|
#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
|
/* Special case: we're inserting with the cursor on the first
|
||||||
* line. */
|
* line. */
|
||||||
fileptr->prev = NULL;
|
fileptr->prev = NULL;
|
||||||
|
|
Loading…
Reference in New Issue