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