mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-22 03:02:06 +03:00
Typo in the last commit.
This commit is contained in:
parent
67cd859ea3
commit
bb184c9c8b
@ -984,7 +984,7 @@ vfs_s_getlocalcopy (struct vfs_class *me, const char *path)
|
||||
char *local;
|
||||
|
||||
fh = vfs_s_open (me, path, O_RDONLY, 0);
|
||||
if (!fh || !fh->ino || fh->ino->localname)
|
||||
if (!fh || !fh->ino || !fh->ino->localname)
|
||||
return NULL;
|
||||
|
||||
local = g_strdup (fh->ino->localname);
|
||||
|
Loading…
Reference in New Issue
Block a user