Changeset 37 for trunk/orca/series.c
- Timestamp:
- 02/09/06 15:37:17 (3 years ago)
- Files:
-
- 1 modified
-
trunk/orca/series.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/series.c
r25 r37 2027 2027 2028 2028 str->used = out - str->charArray; 2029 or CTermStr(str);2029 orTermCStr(str); 2030 2030 } 2031 2031 } … … 2083 2083 } 2084 2084 2085 or CTermStr(str);2085 orTermCStr(str); 2086 2086 } 2087 2087 }
