зеркало из https://github.com/github/ruby.git
Remove unnecessary space
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
9ba7aece01
Коммит
aa515c8d8c
2
io.c
2
io.c
|
@ -4219,7 +4219,7 @@ rb_io_ungetbyte(VALUE io, VALUE b)
|
|||
}
|
||||
else {
|
||||
rb_raise(rb_eRangeError,
|
||||
"integer % d too big to convert into `unsigned char'", i);
|
||||
"integer %d too big to convert into `unsigned char'", i);
|
||||
}
|
||||
}
|
||||
else if (RB_TYPE_P(b, T_BIGNUM)) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче