Author:halw

Date:2010-03-14T14:44:03.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@522 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2010-03-14 15:00:12 +00:00
parent 39ab50ef97
commit 93b94805b4

View File

@@ -45,7 +45,7 @@ feature
loop
if ic.item then
Result.extend (ic.target_index)
across ((ic.target_index + ic.target_index) |..| l_tab.upper).new_cursor.with_step (ic.target_index) as id
across ((ic.target_index * ic.target_index) |..| l_tab.upper).new_cursor.with_step (ic.target_index) as id
loop
l_tab [id.item] := False
end