From ed131ebad88c2948d7b40f93ff6ce39f1eb8a2f7 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> Date: Fri, 14 Apr 2000 14:35:50 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'v1_4_4'. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v1_4_4@668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- sample/mine.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sample/mine.rb') diff --git a/sample/mine.rb b/sample/mine.rb index 7d02e5bfc9..8fc27e0c6d 100644 --- a/sample/mine.rb +++ b/sample/mine.rb @@ -81,7 +81,7 @@ class Board elsif y < 0 then 0 elsif y >= @hi then 0 else - @data[x*@wi+y] + @data[y*@wi+x] end end def count(x,y) -- cgit v1.2.3