Wrong variable.

This commit is contained in:
Moritz Bunkus 2006-11-03 15:51:09 +00:00
parent 9afdaa86ef
commit 6acabd08fd

View File

@ -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));