diff options
author | Theodore Ts'o <tytso@mit.edu> | 2009-09-08 21:29:21 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2009-09-08 21:29:21 -0400 |
commit | 1d4a493fa213a61bd46f2e55ae5712bc8332a034 (patch) | |
tree | dae089bbedad2635c5bee9a64cdce25efe483a5e /misc | |
parent | 51e64594919c986f87267b895504322a38ec4fac (diff) | |
download | e2fsprogs-1d4a493fa213a61bd46f2e55ae5712bc8332a034.tar.gz |
e2undo: Initialize com_err error tables for the ext2fs library
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/e2undo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/e2undo.c b/misc/e2undo.c index a5a360ae..2c9d5364 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) { |