updated to use WSF_STRING.value instead of obsolete WSF_STRING.string
This commit is contained in:
@@ -37,7 +37,7 @@ feature -- Access
|
|||||||
resource_value (ctx: C): detachable READABLE_STRING_32
|
resource_value (ctx: C): detachable READABLE_STRING_32
|
||||||
do
|
do
|
||||||
if attached {WSF_STRING} ctx.item ("resource") as s then
|
if attached {WSF_STRING} ctx.item ("resource") as s then
|
||||||
Result := s.string
|
Result := s.value
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -188,7 +188,7 @@ feature -- Convertion
|
|||||||
-- String value from `a_value' if relevant.
|
-- String value from `a_value' if relevant.
|
||||||
do
|
do
|
||||||
if attached {WSF_STRING} a_value as val then
|
if attached {WSF_STRING} a_value as val then
|
||||||
Result := val.string
|
Result := val.value
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user