memory bug corrected

This commit is contained in:
cvs
2000-04-07 14:24:01 +00:00
parent 9c9a2d45a5
commit c70f0b7cb8
12 changed files with 45 additions and 25 deletions

View File

@ -186,8 +186,6 @@
iRet = self->pDriv->GetValue(self->pDriv,&fPos);
printf("Return: %d Value: %f\n",iRet,fPos);
if(iRet == 0)
{
self->pDriv->GetError(self->pDriv,&iCode, pError,131);