Updated code regarding to string 32 vs string 8.
This commit is contained in:
@@ -50,8 +50,14 @@ feature -- Status report
|
||||
|
||||
debug_output: READABLE_STRING_GENERAL
|
||||
-- String that should be displayed in debugger to represent `Current'.
|
||||
local
|
||||
s: STRING_32
|
||||
do
|
||||
Result := description + {STRING_32} " : " + associated_resource.to_string_32
|
||||
create s.make_empty
|
||||
s.append (description)
|
||||
s.append_string_general (" : ")
|
||||
s.append_string_general (associated_resource)
|
||||
Result := s
|
||||
end
|
||||
|
||||
feature -- Status
|
||||
@@ -78,7 +84,7 @@ feature -- Status
|
||||
end
|
||||
|
||||
note
|
||||
copyright: "2011-2015, Jocelyn Fiat, Javier Velilla, Olivier Ligot, Colin Adams, Eiffel Software and others"
|
||||
copyright: "2011-2017, Jocelyn Fiat, Javier Velilla, Olivier Ligot, Colin Adams, Eiffel Software and others"
|
||||
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
|
||||
source: "[
|
||||
Eiffel Software
|
||||
|
||||
Reference in New Issue
Block a user