*** empty log message ***

This commit is contained in:
hyung-hwan 2006-11-19 10:14:14 +00:00
parent 9b0aa1f3e9
commit d0df746e0e

View File

@ -1,5 +1,5 @@
/*
* $Id: run.c,v 1.270 2006-11-19 10:12:07 bacon Exp $
* $Id: run.c,v 1.271 2006-11-19 10:14:14 bacon Exp $
*/
#include <ase/awk/awk_i.h>
@ -718,7 +718,7 @@ static int __init_run (ase_awk_run_t* run, ase_awk_runios_t* runios, int* errnum
return -1;
}
run->format.tmp.len = 4096;
run->format.tmp.ptr = 4096;
run->format.tmp.inc = 4096;
if (run->awk->tree.chain_size > 0)
{