(get_absolute_name): missing finish NULL in vfs_path_append_vpath_new() call.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Adam Young 2012-08-29 10:02:11 +04:00 committed by Slava Zanko
parent 45a4197fa6
commit 5e1ae44eca

View File

@ -65,7 +65,7 @@ get_absolute_name (const vfs_path_t * vpath)
if (*(vfs_path_get_by_index (vpath, 0)->path) == PATH_SEP)
return vfs_path_clone (vpath);
return vfs_path_append_vpath_new (vfs_get_raw_current_dir (), vpath);
return vfs_path_append_vpath_new (vfs_get_raw_current_dir (), vpath, NULL);
}
/* --------------------------------------------------------------------------------------------- */