]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
uuidgen: don't use set_com_err_gettext()
authorTheodore Ts'o <tytso@mit.edu>
Wed, 5 Oct 2011 19:03:59 +0000 (15:03 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 5 Oct 2011 19:03:59 +0000 (15:03 -0400)
The uuidgen program doesn't use libcom_err.

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

index 1dbac8c6e3e02001ea6f3b75478ded73809935b7..f181d193a1ac39e16e2bcff150ced23dfc931208 100644 (file)
@@ -46,7 +46,6 @@ main (int argc, char *argv[])
        setlocale(LC_CTYPE, "");
        bindtextdomain(NLS_CAT_NAME, LOCALEDIR);
        textdomain(NLS_CAT_NAME);
-       set_com_err_gettext(gettext);
 #endif
 
        while ((c = getopt (argc, argv, "tr")) != EOF)