- fixed a bug of not handling nextfile and nextofile when no files are specified in the standard console handler
(awk/std.c) - enhanced the console handler for StdAwk
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Id: run.c 220 2009-07-01 13:14:39Z hyunghwan.chung $
|
||||
* $Id: run.c 224 2009-07-07 13:05:10Z hyunghwan.chung $
|
||||
*
|
||||
Copyright 2006-2009 Chung, Hyung-Hwan.
|
||||
|
||||
@ -667,7 +667,6 @@ qse_awk_rtx_t* qse_awk_rtx_open (
|
||||
return QSE_NULL;
|
||||
}
|
||||
|
||||
|
||||
/* initialize the run object */
|
||||
if (init_rtx (rtx, awk, rio) == -1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user