Show More
@@ -1086,7 +1086,7 b' index_segment_span(indexObject *self, Py' | |||
|
1086 | 1086 | return (end_offset - start_offset) + (int64_t)end_size; |
|
1087 | 1087 | } |
|
1088 | 1088 | |
|
1089 |
/* returns revs[startidx:endidx] |
|
|
1089 | /* returns endidx so that revs[startidx:endidx] has no empty trailing revs */ | |
|
1090 | 1090 | static Py_ssize_t trim_endidx(indexObject *self, const Py_ssize_t *revs, |
|
1091 | 1091 | Py_ssize_t startidx, Py_ssize_t endidx) |
|
1092 | 1092 | { |
General Comments 0
You need to be logged in to leave comments.
Login now