mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-04 09:15:05 +00:00
Wrong variable.
This commit is contained in:
parent
9afdaa86ef
commit
6acabd08fd
@ -78,7 +78,7 @@ main(int argc,
|
|||||||
try {
|
try {
|
||||||
in = new mm_file_io_c(argv[2]);
|
in = new mm_file_io_c(argv[2]);
|
||||||
if (mode != 'e')
|
if (mode != 'e')
|
||||||
in = new mm_text_io_c(in);
|
intext = new mm_text_io_c(in);
|
||||||
} catch(...) {
|
} catch(...) {
|
||||||
mxerror(_("The file '%s' could not be opened for reading (%d, %s).\n"),
|
mxerror(_("The file '%s' could not be opened for reading (%d, %s).\n"),
|
||||||
argv[2], errno, strerror(errno));
|
argv[2], errno, strerror(errno));
|
||||||
|
Loading…
Reference in New Issue
Block a user