minor bug (M.Z.)

This commit is contained in:
cvs
2001-04-27 09:15:43 +00:00
parent b9f3b13803
commit 82808b6514

View File

@ -230,7 +230,7 @@
pMe = (pTecsDriv )self->pPrivate; pMe = (pTecsDriv )self->pPrivate;
assert(pMe); assert(pMe);
iRet = CocSetGetN(pMe->pData, "send", pCommand, pReply,iLen); iRet = TeccSend(pMe->pData, pCommand, pReply,iLen);
if(iRet < 0) if(iRet < 0)
{ {
pMe->lastError = ErrMessage; pMe->lastError = ErrMessage;