Whamcloud - gitweb
e2undo: Initialize com_err error tables for the ext2fs library
authorTheodore Ts'o <tytso@mit.edu>
Wed, 9 Sep 2009 01:29:21 +0000 (21:29 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 9 Sep 2009 01:29:21 +0000 (21:29 -0400)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/e2undo.c

index a5a360a..2c9d536 100644 (file)
@@ -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) {