miscellaneous minor fixes


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3201 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
diff --git a/src/text.c b/src/text.c
index e91e899..6ae708f 100644
--- a/src/text.c
+++ b/src/text.c
@@ -1446,8 +1446,8 @@
 	    /* Partition the filestruct so that it contains only the
 	     * text of the justified paragraph. */
 	    filepart = partition_filestruct(first_par_line, 0,
-		last_par_line, (filebot_inpar && last_par_line ==
-		openfile->filebot) ? strlen(last_par_line->data) : 0);
+		last_par_line, filebot_inpar ?
+		strlen(last_par_line->data) : 0);
 
 	    /* Remove the text of the justified paragraph, and
 	     * replace it with the text in the justify buffer. */