console mode: Fix compilation without libreadline

Günther Brammer 2011-02-04 00:16:45 +01:00
parent 801cf1b8b3
commit 6e0d2ad391
1 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ bool CStdInProc::Execute(int iTimeout, pollfd *)
{
if (!CmdBuf.isNull())
{
OnCommand(CmdBuf.getData());
Application.OnCommand(CmdBuf.getData());
CmdBuf.Clear();
}
}
@ -169,7 +169,7 @@ bool CStdInProc::Execute(int iTimeout, pollfd *)
{
if (!CmdBuf.isNull())
{
OnCommand(CmdBuf.getData());
Application.OnCommand(CmdBuf.getData());
CmdBuf.Clear();
}
}