mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Sun Jan 14 21:49:28 2001 Koji Arai <JCA02266@nifty.ne.jp>
* sprintf.c (rb_f_sprintf): simple typo. binary base should be 2, not '2'. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1128 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6cbaaa77fb
commit
596fbb4032
9 changed files with 24 additions and 18 deletions
2
prec.c
2
prec.c
|
@ -43,7 +43,7 @@ prec_prec_f(x)
|
|||
|
||||
static VALUE
|
||||
prec_induced_from(module, x)
|
||||
|
||||
VALUE module, x;
|
||||
{
|
||||
rb_raise(rb_eTypeError, "undefined conversion from %s into %s",
|
||||
rb_class2name(CLASS_OF(x)), rb_class2name(module));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue