updated to use WSF_STRING.value instead of obsolete WSF_STRING.string

This commit is contained in:
Jocelyn Fiat
2012-06-29 10:48:21 +02:00
parent 0a058882f5
commit 0665085eee
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ feature -- Access
resource_value (ctx: C): detachable READABLE_STRING_32
do
if attached {WSF_STRING} ctx.item ("resource") as s then
Result := s.string
Result := s.value
end
end