SICS-815 remove exttra space from BATCHSTART message

This commit is contained in:
Douglas Clowes
2014-10-30 17:02:43 +11:00
parent 0060adf114
commit af4aa2c876

View File

@ -88,7 +88,7 @@ static int ExeCallback(int iEvent, void *pEvent, void *pUser)
} }
if (iEvent == BATCHSTART) { if (iEvent == BATCHSTART) {
snprintf(pBueffel, 131, "exe %s", name); snprintf(pBueffel, 131, "exe %s", name);
InvokeCallBack(self->pCall, STSTART, pBueffel); InvokeCallBack(self->pCall, STSTART, pBueffel);
return 1; return 1;
} }