This commit is contained in:
git 2019-05-23 22:39:54 +09:00
Родитель f5415a95ce
Коммит 0b4d51b055
1 изменённых файлов: 1 добавлений и 1 удалений

2
time.c
Просмотреть файл

@ -4329,7 +4329,7 @@ time_ceil(int argc, VALUE *argv, VALUE time)
nd = NUM2LONG(ndigits);
if (nd < 0)
rb_raise(rb_eArgError, "negative ndigits given");
rb_raise(rb_eArgError, "negative ndigits given");
GetTimeval(time, tobj);
v = w2v(rb_time_unmagnify(tobj->timew));