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:
51e6459
)
e2undo: Initialize com_err error tables for the ext2fs library
author
Theodore Ts'o
<tytso@mit.edu>
Wed, 9 Sep 2009 01:29:21 +0000
(21:29 -0400)
committer
Theodore 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
patch
|
blob
|
history
diff --git
a/misc/e2undo.c
b/misc/e2undo.c
index
a5a360a
..
2c9d536
100644
(file)
--- 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) {