summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2009-09-08 21:29:21 -0400
committerTheodore Ts'o <tytso@mit.edu>2009-09-08 21:29:21 -0400
commit1d4a493fa213a61bd46f2e55ae5712bc8332a034 (patch)
treedae089bbedad2635c5bee9a64cdce25efe483a5e /misc
parent51e64594919c986f87267b895504322a38ec4fac (diff)
downloade2fsprogs-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.c1
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) {