diff options
Diffstat (limited to 'src/xz/main.c')
-rw-r--r-- | src/xz/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xz/main.c b/src/xz/main.c index 14502573..0685bc27 100644 --- a/src/xz/main.c +++ b/src/xz/main.c @@ -188,7 +188,8 @@ main(int argc, char **argv) // Set up the locale and message translations. tuklib_gettext_init(PACKAGE, LOCALEDIR); - // Initialize handling of error/warning/other messages. + // Initialize progress message handling. It's not always needed + // but it's simpler to do this unconditionally. message_init(); // Set hardware-dependent default values. These can be overridden |