Changeset 137 for trunk/orca/ovalue.c
- Timestamp:
- 05/04/06 20:26:28 (3 years ago)
- Files:
-
- 1 modified
-
trunk/orca/ovalue.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/ovalue.c
r108 r137 2082 2082 if( end->type == OT_INTEGER ) 2083 2083 { 2084 result->series.it = orInt(end) - 1;2084 result->series.it += orInt(end) - 1; 2085 2085 } 2086 2086 else if( end->type == OT_GETWORD ) … … 2091 2091 if( val->type != OT_INTEGER ) 2092 2092 goto invalid; 2093 result->series.it = orInt(val) - 1;2093 result->series.it += orInt(val) - 1; 2094 2094 } 2095 2095 else if( end->type == OT_WORD )
