Changeset 25 for trunk/orca/op.c

Show
Ignore:
Timestamp:
02/06/06 23:30:15 (3 years ago)
Author:
krobillard
Message:

series which/index renamed to n/it.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/op.c

    r1 r25  
    437437            case OT_SETPATH: 
    438438                // TODO: compare all values. 
    439                 if( (a->index == b->index) && 
    440                     (a->series.index == b->series.index) ) 
     439                if( (a->series.n == b->series.n) && 
     440                    (a->series.it == b->series.it) ) 
    441441                    logic = 1; 
    442442                break; 
     
    568568        else if( orIsSeries(a->type) ) 
    569569        { 
    570             if( (a->index == b->index) && 
    571                 (a->series.index == b->series.index) ) 
     570            if( (a->series.n == b->series.n) && 
     571                (a->series.it == b->series.it) ) 
    572572                logic = 1; 
    573573        }