зеркало из https://github.com/github/ruby.git
fixed the previous commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19356 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
05ac51d225
Коммит
b140cda1d6
|
@ -1103,7 +1103,7 @@ static VALUE
|
|||
nurat_hash(VALUE self)
|
||||
{
|
||||
get_dat1(self);
|
||||
return f_xor(dat->num, dat->den);
|
||||
return f_xor(f_hash(dat->num), f_hash(dat->den));
|
||||
}
|
||||
|
||||
static VALUE
|
||||
|
|
Загрузка…
Ссылка в новой задаче