- minor fixes and improvements
This commit is contained in:
5
conman.c
5
conman.c
@ -1040,6 +1040,11 @@ pDynString SCEndBuffering(SConnection *pCon)
|
||||
SICSLogWrite(pBueffel,eInternal);
|
||||
SICSLogWrite(buffer,iOut);
|
||||
|
||||
/* put it into the interpreter if present */
|
||||
if(SCinMacro(self))
|
||||
{
|
||||
InterpWrite(pServ->pSics,buffer);
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
/*--------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user