* numeric.c (num_step_scan_args): fix merge miss.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45860 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2014-05-07 08:10:00 +00:00
Родитель ba90ac2529
Коммит f8661f7ffb
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1867,8 +1867,8 @@ num_step_scan_args(int argc, const VALUE *argv, VALUE *to, VALUE *step)
argc = rb_scan_args(argc, argv, "02:", to, step, &hash);
if (!NIL_P(hash)) {
step = rb_hash_aref(hash, sym_by);
to = rb_hash_aref(hash, sym_to);
*step = rb_hash_aref(hash, sym_by);
*to = rb_hash_aref(hash, sym_to);
}
else {
/* compatibility */