ruby-changes:55424
From: svn <ko1@a...>
Date: Sat, 20 Apr 2019 14:00:51 +0900 (JST)
Subject: [ruby-changes:55424] svn:r67633 (trunk): * expand tabs.
svn 2019-04-20 14:00:45 +0900 (Sat, 20 Apr 2019) New Revision: 67633 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67633 Log: * expand tabs. Modified files: trunk/time.c Index: time.c =================================================================== --- time.c (revision 67632) +++ time.c (revision 67633) @@ -4282,7 +4282,7 @@ time_floor(int argc, VALUE *argv, VALUE https://github.com/ruby/ruby/blob/trunk/time.c#L4282 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)); -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/