ksfs are still broken
This commit is contained in:
Alberto Ramos
2011-07-19 18:35:29 -06:00
parent 1f3eaf6d20
commit 0c1a33cbe3
4 changed files with 390 additions and 2 deletions
+2
View File
@@ -235,6 +235,8 @@ void TimingData::SetWarpAtRow( int iRow, float fNew )
/* Change an existing Tickcount segment, merge identical segments together or insert a new one. */
void TimingData::SetTickcountAtRow( int iRow, int iTicks )
{
LOG->Trace( "TimingData::SetTickcountAtRow( '%i' , '%i' )", iRow, iTicks );
unsigned i;
vector<TimingSegment *> &ticks = this->allTimingSegments[SEGMENT_TICKCOUNT];
for( i=0; i<ticks.size(); i++ )