1
0
дзеркало https://git.tukaani.org/xz.git synced 2025-07-01 01:46:38 +00:00
This commit is contained in:
Lasse Collin 2024-02-17 23:07:35 +02:00
джерело c701a5909a
коміт 7312dfbb02

@ -178,11 +178,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.