From: Theodore Ts'o Date: Sun, 9 Aug 2009 23:15:45 +0000 (-0400) Subject: e2freefrag: Initialize the ext2 error table X-Git-Tag: v1.41.9~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=137a7dc05c80cd4e0a4e7aeb21ec79f800a9eecd;p=thirdparty%2Fe2fsprogs.git e2freefrag: Initialize the ext2 error table ... so error messages are printed correctly Signed-off-by: "Theodore Ts'o" --- diff --git a/misc/e2freefrag.c b/misc/e2freefrag.c index 4936a053f..df41853d7 100644 --- a/misc/e2freefrag.c +++ b/misc/e2freefrag.c @@ -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) {