Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe26a55
)
e2freefrag: Initialize the ext2 error table
author
Theodore Ts'o
<tytso@mit.edu>
Sun, 9 Aug 2009 23:15:45 +0000
(19:15 -0400)
committer
Theodore 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
patch
|
blob
|
history
diff --git
a/misc/e2freefrag.c
b/misc/e2freefrag.c
index
4936a05
..
df41853
100644
(file)
--- 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) {