From b64ef97e774381145a4b9be8652bff122d693965 Mon Sep 17 00:00:00 2001
From: Evgeny Grin <k2k@narod.ru>
Date: Sun, 21 May 2023 14:06:39 +0300
Subject: [PATCH] FTBFS without ext2fs attributes support
---
src/filemanager/info.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/filemanager/info.c b/src/filemanager/info.c
index 99d15848b..257a5391f 100644
a
|
b
|
info_show_info (WInfo * info) |
259 | 259 | case 6: |
260 | 260 | widget_gotoyx (w, 6, 3); |
261 | 261 | |
| 262 | #ifdef ENABLE_EXT2FS_ATTR |
262 | 263 | { |
263 | 264 | vfs_path_t *vpath; |
264 | 265 | unsigned long attr; |
… |
… |
info_show_info (WInfo * info) |
272 | 273 | |
273 | 274 | vfs_path_free (vpath, TRUE); |
274 | 275 | } |
| 276 | #else |
| 277 | tty_print_string (_("Attributes: unavailable")); |
| 278 | #endif |
275 | 279 | MC_FALLTHROUGH; |
276 | 280 | case 5: |
277 | 281 | widget_gotoyx (w, 5, 3); |