X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fterminal%2Fmain.c;h=fdbca25a2f61f76fbb407e02cc5cf8bd069b0512;hb=c924d7187269c30657e0ad2d5a989b30aeb85c3f;hp=c30b5f85bc02bd82259ce8aeadb6e7910ea6af02;hpb=b7dc0fed8f8e0053cd8a1dc715c74f4133a6a415;p=pspp diff --git a/src/ui/terminal/main.c b/src/ui/terminal/main.c index c30b5f85bc..fdbca25a2f 100644 --- a/src/ui/terminal/main.c +++ b/src/ui/terminal/main.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-2000, 2006-2007, 2009-2013 Free Software Foundation, Inc. + Copyright (C) 1997-2000, 2006-2007, 2009-2014 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -90,6 +90,7 @@ main (int argc, char **argv) fpu_init (); gsl_set_error_handler_off (); + output_engine_push (); fh_init (); settings_init (); terminal_check_size (); @@ -166,7 +167,7 @@ main (int argc, char **argv) settings_done (); fh_done (); lex_destroy (lexer); - output_close (); + output_engine_pop (); i18n_done (); return msg_ui_any_errors ();