From 82808b65149dba6869253268cfb1b3881b8e9e48 Mon Sep 17 00:00:00 2001 From: cvs Date: Fri, 27 Apr 2001 09:15:43 +0000 Subject: [PATCH] minor bug (M.Z.) --- tecsdriv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tecsdriv.c b/tecsdriv.c index c278430e..36b53001 100644 --- a/tecsdriv.c +++ b/tecsdriv.c @@ -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;