- Fixed a crash coming from velo.c

- Improved saving of reflection lists
- The other changes are mostly whitespace
This commit is contained in:
koennecke
2009-10-30 13:49:37 +00:00
parent cb0e4ea434
commit 2e873e3059
13 changed files with 79 additions and 14 deletions

View File

@ -328,9 +328,10 @@ static int HistCountStatus(void *pData, SConnection * pCon)
return HWBusy;
}
}
if (eCt == HWBusy)
if (eCt == HWBusy){
updateHMData(self->pDriv->data);
}
if (eCt == HWIdle) {
/* force an update of local histogram data with next
GetHistogram