mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
(extfs_read_archive): show error message.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
69ed5696f2
commit
9962abd701
@ -687,6 +687,8 @@ extfs_read_archive (mc_pipe_t * pip, struct extfs_super_t *archive, GError ** er
|
||||
|
||||
g_string_free (err_msg, TRUE);
|
||||
}
|
||||
else if (*error == NULL)
|
||||
mc_propagate_error (error, 0, "%s", _("Inconsistent archive"));
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user