Commit 47b693e5 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

add comment

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3130 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 2c5d0ecb
Showing with 3 additions and 0 deletions
+3 -0
......@@ -974,6 +974,9 @@ filestruct *backup_lines(filestruct *first_line, size_t par_len)
}
#endif
/* Note: par_len will be one greater than the number of lines
* between current and filebot if filebot is the last line to be
* backed up. */
assert(par_len > 0 && openfile->current->lineno + par_len <=
filebot->lineno + 1);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment