Differences From Artifact [4711cab830]:
- File src/OFArray_subarray.m — part of check-in [3b97fc3cd9] at 2014-01-04 00:24:08 on branch trunk — Update copyright. (user: js, size: 2479) [annotate] [blame] [check-ins using]
To Artifact [fffe4c972d]:
- File src/OFArray_subarray.m — part of check-in [3c7bf2e50c] at 2014-05-15 04:07:14 on branch trunk — Don't return void expressions (user: js, size: 2472) [annotate] [blame] [check-ins using]
| ︙ | |||
70 71 72 73 74 75 76 | 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | - - + + |
{
if (range.length > SIZE_MAX - range.location ||
range.location + range.length > _range.length)
@throw [OFOutOfRangeException exception];
range.location += _range.location;
|
| ︙ |