mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
Wrong name for the variable.
This commit is contained in:
parent
8de10df229
commit
13d44e0db7
@ -24,7 +24,7 @@ std::string g_stdio_charset;
|
||||
static bool s_mm_stdio_redirected = false;
|
||||
|
||||
charset_converter_cptr g_cc_stdio;
|
||||
counted_ptr<mm_io_c> s_mm_stdio;
|
||||
counted_ptr<mm_io_c> g_mm_stdio;
|
||||
|
||||
void
|
||||
init_stdio() {
|
||||
|
Loading…
Reference in New Issue
Block a user