minor bug (M.Z.)
This commit is contained in:
@ -230,7 +230,7 @@
|
||||
pMe = (pTecsDriv )self->pPrivate;
|
||||
assert(pMe);
|
||||
|
||||
iRet = CocSetGetN(pMe->pData, "send", pCommand, pReply,iLen);
|
||||
iRet = TeccSend(pMe->pData, pCommand, pReply,iLen);
|
||||
if(iRet < 0)
|
||||
{
|
||||
pMe->lastError = ErrMessage;
|
||||
|
Reference in New Issue
Block a user