(extfs_read_archive): show error message.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2023-01-07 09:16:15 +03:00
parent 69ed5696f2
commit 9962abd701

View File

@ -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;
}