Merge branch '4464_FTBFS_without_ext2fs_attrs'

* 4464_FTBFS_without_ext2fs_attrs:
  Ticket #4464: FTBFS without ext2fs attributes support.
This commit is contained in:
Andrew Borodin 2023-05-21 20:36:08 +03:00
commit cc283df6dc

View File

@ -265,9 +265,11 @@ info_show_info (WInfo * info)
vpath = vfs_path_from_str (current_panel->dir.list[current_panel->selected].fname->str);
#ifdef ENABLE_EXT2FS_ATTR
if (mc_fgetflags (vpath, &attr) == 0)
tty_printf (_("Attributes: %s"), chattr_get_as_str (attr));
else
#endif
tty_print_string (_("Attributes: unavailable"));
vfs_path_free (vpath, TRUE);