Changeset 25 for trunk/orca/op.c
- Timestamp:
- 02/06/06 23:30:15 (3 years ago)
- Files:
-
- 1 modified
-
trunk/orca/op.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/op.c
r1 r25 437 437 case OT_SETPATH: 438 438 // TODO: compare all values. 439 if( (a-> index == b->index) &&440 (a->series.i ndex == b->series.index) )439 if( (a->series.n == b->series.n) && 440 (a->series.it == b->series.it) ) 441 441 logic = 1; 442 442 break; … … 568 568 else if( orIsSeries(a->type) ) 569 569 { 570 if( (a-> index == b->index) &&571 (a->series.i ndex == b->series.index) )570 if( (a->series.n == b->series.n) && 571 (a->series.it == b->series.it) ) 572 572 logic = 1; 573 573 }
