Committing minor comments before merging branch with master

This commit is contained in:
Celine Mercier
2017-07-06 10:56:39 +02:00
parent 717ee46f08
commit f03928c679
5 changed files with 14 additions and 3 deletions

View File

@ -1188,6 +1188,8 @@ static int prepare_to_set_value_in_column(Obiview_p view, OBIDMS_column_p* colum
}
}
// TODO add line_max
if (((*line_nb_p)+1) > (view->infos)->line_count)
{
if (update_lines(view, ((*line_nb_p)+1)) < 0)