Print Finished message to satisfy gumtree unit tests.

r982 | ffr | 2006-05-08 14:01:34 +1000 (Mon, 08 May 2006) | 2 lines
This commit is contained in:
Ferdi Franceschini
2006-05-08 14:01:34 +10:00
committed by Douglas Clowes
parent 1152141fa2
commit 705f159227

View File

@@ -452,7 +452,7 @@
ExeInterest(self, pDev, "finished");
DeleteDevEntry(pDev);
LLDnodeDelete(self->iList);
SCWrite(pCon, "", eFinish);
SCWrite(pCon, "Finished", eFinish);
iRet = LLDnodePtr2Prev(self->iList);
if(SCGetInterrupt(self->pOwner) != eContinue)
{