mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
src/vfs/extfs.c: cleanup -Wcast-qual warnings.
Signed-off-by: Andreas Mohr <and@gmx.li> Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
0fae3ded3e
commit
f9f08fbfd7
@ -246,7 +246,7 @@ extfs_find_entry_int (struct entry *dir, const char *name, GSList * list,
|
||||
if (g_path_is_absolute (name))
|
||||
{
|
||||
/* Handle absolute paths */
|
||||
name = (char *) g_path_skip_root (name);
|
||||
name = g_path_skip_root (name);
|
||||
dir = dir->inode->archive->root_entry;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user