diff --git a/evcontroller.c b/evcontroller.c index 50d2ab1c..9baa4071 100644 --- a/evcontroller.c +++ b/evcontroller.c @@ -1109,7 +1109,7 @@ static void ErrReport(pEVControl self) sprintf(pBueffel,"%s.%s = %g",self->pName,"CurrentValue", fPos); SCWrite(pCon,pBueffel,eValue); */ - SCPrintf(pCon, eValue, "%s = %g", self->pName, fPos); + SCPrintf(pCon, eValue, "%s = %g", argv[0], fPos); return 1; } return 0;