mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
xz: Tweak comments.
This commit is contained in:
parent
c701a5909a
commit
7312dfbb02
1 changed files with 3 additions and 1 deletions
|
@ -178,11 +178,13 @@ main(int argc, char **argv)
|
||||||
InitializeCriticalSection(&exit_status_cs);
|
InitializeCriticalSection(&exit_status_cs);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set up the progname variable.
|
// Set up the progname variable needed for messages.
|
||||||
tuklib_progname_init(argv);
|
tuklib_progname_init(argv);
|
||||||
|
|
||||||
// Initialize the file I/O. This makes sure that
|
// Initialize the file I/O. This makes sure that
|
||||||
// stdin, stdout, and stderr are something valid.
|
// 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();
|
io_init();
|
||||||
|
|
||||||
// Set up the locale and message translations.
|
// Set up the locale and message translations.
|
||||||
|
|
Loading…
Reference in a new issue