git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19356 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
tadf 2008-09-15 05:04:09 +00:00
Родитель 05ac51d225
Коммит b140cda1d6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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