add a comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ddb3fbc63d
commit
8595d3099a
2
enum.c
2
enum.c
@ -1261,7 +1261,7 @@ nmin_filter(struct nmin_data *data)
|
||||
#undef GETPTR
|
||||
#undef SWAP
|
||||
|
||||
data->limit = RARRAY_PTR(data->buf)[store_index*eltsize];
|
||||
data->limit = RARRAY_PTR(data->buf)[store_index*eltsize]; /* the last pivot */
|
||||
data->curlen = data->n;
|
||||
rb_ary_resize(data->buf, data->n * eltsize);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user