scanOnce arg type

This commit is contained in:
timmmooney
2011-08-04 17:37:44 +00:00
parent a06652242b
commit 76a7d0086e
+1 -1
View File
@@ -122,7 +122,7 @@ void motor_callback( void * param, unsigned int nReasons, unsigned int * reasons
if (nReasons > 0)
{
pPrvt->needUpdate = 1;
scanOnce( pRec );
scanOnce( (struct dbCommon *)pRec );
}
}