- Fixed bug with ECB not stopping when no beam
- Fixed synchronisation issues - Fixed hsitogram memory writing from nxscript - Started module for writing SICS interfaces in Tcl - Fixed a bug in scan, which allowed to corrupt files - Fixed memory problems in napi5
This commit is contained in:
@@ -260,6 +260,7 @@ static float FAILRATE;
|
||||
{
|
||||
self->lCounts[i] = (long)rand();
|
||||
}
|
||||
self->lCounts[1] = self->fPreset;
|
||||
return OKOK;
|
||||
}
|
||||
|
||||
@@ -272,6 +273,7 @@ static float FAILRATE;
|
||||
{
|
||||
self->lCounts[i] = (long)rand();
|
||||
}
|
||||
self->lCounts[1] = self->fPreset;
|
||||
return OKOK;
|
||||
}
|
||||
/*-------------------------------------------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user