This commit is contained in:
2008-06-29 03:38:00 +00:00
parent cbc48145c4
commit 07b451aedb
9 changed files with 67 additions and 24 deletions

View File

@ -1153,7 +1153,7 @@ static int awk_main (int argc, ase_char_t* argv[])
prmfns.misc.dprintf = custom_awk_dprintf;
prmfns.misc.custom_data = NULL;
awk = ase_awk_open(&prmfns, ASE_NULL);
awk = ase_awk_open(&prmfns);
if (awk == ASE_NULL)
{
#ifdef _WIN32