Minor fixes to silence warnings and replaced two asprintf uses

This commit is contained in:
Celine Mercier
2016-03-23 12:58:53 +01:00
parent 4085904362
commit 6bd42132c4
5 changed files with 36 additions and 44 deletions

View File

@ -228,7 +228,6 @@ Obiview_p obi_new_view_nuc_seqs(OBIDMS_p dms, const char* view_name, Obiview_p v
if (view== NULL)
return NULL;
fprintf(stderr, "\nmmmm\n");
strcpy(view->view_type, VIEW_TYPE_NUC_SEQS);
if (view_to_clone == NULL)