From: Theodore Ts'o Date: Wed, 9 Sep 2009 01:29:21 +0000 (-0400) Subject: e2undo: Initialize com_err error tables for the ext2fs library X-Git-Tag: v1.41.10~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d4a493fa213a61bd46f2e55ae5712bc8332a034;p=thirdparty%2Fe2fsprogs.git e2undo: Initialize com_err error tables for the ext2fs library Signed-off-by: "Theodore Ts'o" --- diff --git a/misc/e2undo.c b/misc/e2undo.c index a5a360aea..2c9d53642 100644 --- a/misc/e2undo.c +++ b/misc/e2undo.c @@ -136,6 +136,7 @@ int main(int argc, char *argv[]) bindtextdomain(NLS_CAT_NAME, LOCALEDIR); textdomain(NLS_CAT_NAME); #endif + add_error_table(&et_ext2_error_table); prg_name = argv[0]; while((c = getopt(argc, argv, "f")) != EOF) {