Commit 2c31540f authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

improve assertion

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2087 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent fd9da07e
Showing with 1 addition and 1 deletion
+1 -1
......@@ -672,7 +672,7 @@ partition *partition_filestruct(filestruct *top, size_t top_x,
void unpartition_filestruct(partition *p)
{
char *tmp;
assert(p != NULL);
assert(p != NULL && fileage != NULL && filebot != NULL);
/* Reattach the line above the top of the partition, and restore the
* text before top_x from top_data. Free top_data when we're done
......
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