This commit is contained in:
2008-06-27 04:46:00 +00:00
parent d2a00aa358
commit d0018a31d6
4 changed files with 253 additions and 2 deletions

View File

@ -348,7 +348,7 @@ int lsp_main (int argc, ase_char_t* argv[])
while (1)
{
ase_printf (ASE_T("ASELSP $ "));
fflush (stdout);
ase_fflush (stdout);
obj = ase_lsp_read (lsp);
if (obj == ASE_NULL)