Changeset 37 for trunk/orca/series.c

Show
Ignore:
Timestamp:
02/09/06 15:37:17 (3 years ago)
Author:
krobillard
Message:

Added a few member access macros.
Renamed orCTermStr as orTermCStr.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/series.c

    r25 r37  
    20272027 
    20282028                str->used = out - str->charArray; 
    2029                 orCTermStr(str); 
     2029                orTermCStr(str); 
    20302030            } 
    20312031        } 
     
    20832083            } 
    20842084 
    2085             orCTermStr(str); 
     2085            orTermCStr(str); 
    20862086        } 
    20872087    }