From 6acabd08fdb12775fc258b69c558647eab024846 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 3 Nov 2006 15:51:09 +0000 Subject: [PATCH] Wrong variable. --- src/base64tool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base64tool.cpp b/src/base64tool.cpp index d2afdaa5a..dc4d6e17b 100644 --- a/src/base64tool.cpp +++ b/src/base64tool.cpp @@ -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));