Whamcloud - gitweb
e2freefrag: Initialize the ext2 error table
authorTheodore Ts'o <tytso@mit.edu>
Sun, 9 Aug 2009 23:15:45 +0000 (19:15 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 9 Aug 2009 23:15:45 +0000 (19:15 -0400)
... so error messages are printed correctly

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/e2freefrag.c

index 4936a05..df41853 100644 (file)
@@ -235,6 +235,7 @@ int main(int argc, char *argv[])
        char *progname;
        char c, *end;
 
+       add_error_table(&et_ext2_error_table);
        progname = argv[0];
 
        while ((c = getopt(argc, argv, "c:h")) != EOF) {