fixed a bug of not setting console output properly

This commit is contained in:
hyung-hwan 2009-02-18 04:39:14 +00:00
parent d3e69f1d23
commit c3b04c6fc1

View File

@ -619,7 +619,7 @@ static int awk_main (int argc, qse_char_t* argv[])
rcb.on_exit = on_run_exit;
rcb.data = &ao;
rtx = qse_awk_rtx_opensimple (awk, ao.icf, QSE_T(""));
rtx = qse_awk_rtx_opensimple (awk, ao.icf, QSE_AWK_CONSOLE_STDIO);
if (rtx == QSE_NULL)
{
qse_printf (