From 4321116ab54f5177ae4a4d1dcd2a7dd7e1bd6419 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 7 Feb 2012 22:47:39 +0200 Subject: Minor bug fix, new .gmo files. --- main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index 43a3e4a5..e148b2cb 100644 --- a/main.c +++ b/main.c @@ -304,6 +304,8 @@ main(int argc, char **argv) /* init array handling. */ array_init(); + output_fp = stdout; + /* we do error messages ourselves on invalid options */ opterr = FALSE; @@ -676,7 +678,6 @@ out: setlocale(LC_NUMERIC, ""); #endif - output_fp = stdout; interpret(code_block); if (do_profiling) { -- cgit v1.2.3