Fix {JSON_OBJECT}.hash_code implementation

Don't call {HASH_TABLE}.item_for_iteration when {HASH_TABLE}.off
Use {HASH_TABLE}.out instead
This commit is contained in:
Olivier Ligot
2012-12-10 17:39:22 +01:00
parent ab84e5a7a0
commit 233de09c48
3 changed files with 14 additions and 2 deletions

View File

@@ -161,7 +161,7 @@ feature -- Report
do
from
object.start
Result := object.item_for_iteration.hash_code
Result := object.out.hash_code
until
object.off
loop