diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-13 16:03:15 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-13 16:03:15 +0000 |
commit | 829a44822d5e3fd4457f44c401d82eb14c52c8e9 (patch) | |
tree | 769c0b1007ca976ec66e03576e4abf78dcda287f /lib/cgi.rb | |
parent | be1de4f8db9626be0341d588b6b36aaae06a52d2 (diff) | |
download | ruby-829a44822d5e3fd4457f44c401d82eb14c52c8e9.tar.gz |
* re.c (KR_REHASH): wrong hash value on sizeof(long) > sizeof(int).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/cgi.rb')
-rw-r--r-- | lib/cgi.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cgi.rb b/lib/cgi.rb index 5ec7e6a7b7..5b785bab3a 100644 --- a/lib/cgi.rb +++ b/lib/cgi.rb @@ -2318,3 +2318,4 @@ class CGI end # class CGI +? |