mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-09 13:02:01 +03:00
(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:
parent
45a4197fa6
commit
5e1ae44eca
@ -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);
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------------------------------------------- */
|
||||
|
Loading…
Reference in New Issue
Block a user