mirror of
https://git.tukaani.org/xz.git
synced 2025-02-20 07:28:20 +00:00
xz: Tweak comments.
(cherry picked from commit 7312dfbb02197c7f990c7a3cefd027a9387d1473) (cherry picked from commit 9c9a3e7b3f70b214cfdc2aada90d28a54466a5db)
This commit is contained in:
parent
7d487a4c2a
commit
d800c85838
@ -146,11 +146,13 @@ main(int argc, char **argv)
|
||||
InitializeCriticalSection(&exit_status_cs);
|
||||
#endif
|
||||
|
||||
// Set up the progname variable.
|
||||
// Set up the progname variable needed for messages.
|
||||
tuklib_progname_init(argv);
|
||||
|
||||
// Initialize the file I/O. This makes sure that
|
||||
// stdin, stdout, and stderr are something valid.
|
||||
// This must be done before we might open any files
|
||||
// even indirectly like locale and gettext initializations.
|
||||
io_init();
|
||||
|
||||
// Set up the locale and message translations.
|
||||
|
Loading…
x
Reference in New Issue
Block a user