diff --git a/src/obiview.c b/src/obiview.c index 49bfc8d..3e10c5f 100644 --- a/src/obiview.c +++ b/src/obiview.c @@ -1777,7 +1777,7 @@ int obi_save_and_close_view(Obiview_p view) else { // TODO check size and grow file if needed - strcpy((view->infos)->comments, predicates); + strcat((view->infos)->comments, predicates); free(predicates); } if (obi_save_view(view) < 0)