Moved the functions getting full paths for files and directories to
obidms.c/.h files
This commit is contained in:
@ -1051,7 +1051,7 @@ int obi_save_view(Obiview_p view)
|
||||
return -1;
|
||||
|
||||
// Get the full path for the column directory
|
||||
full_path = get_full_path(view->dms, view_file_name);
|
||||
full_path = obi_dms_get_full_path(view->dms, view_file_name);
|
||||
if (full_path == NULL)
|
||||
{
|
||||
obi_set_errno(OBIVIEW_ERROR);
|
||||
|
Reference in New Issue
Block a user