mirror of https://github.com/MidnightCommander/mc
(extfs_read_archive): remove extra type cast.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
ac8d22fa24
commit
298d0bc129
|
@ -570,7 +570,7 @@ extfs_read_archive (FILE * extfsd, struct extfs_super_t *current_archive)
|
||||||
|
|
||||||
if (current_link_name != NULL && S_ISLNK (hstat.st_mode))
|
if (current_link_name != NULL && S_ISLNK (hstat.st_mode))
|
||||||
{
|
{
|
||||||
VFS_INODE (inode)->linkname = current_link_name;
|
inode->linkname = current_link_name;
|
||||||
current_link_name = NULL;
|
current_link_name = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue