mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 15:22:31 +01:00
Author:halw
Date:2008-10-25T08:00:01.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@97 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -260,7 +260,7 @@ The way to avoid this is to use the non-strict booleans " <code> and then </code
|
||||
name_not_empty: a_nm /= Void and then not a_nm.is_empty
|
||||
offset_valid: a_offset >= -12 and a_offset <= 12
|
||||
do
|
||||
name := clone (a_nm)
|
||||
name := a_nm.twin
|
||||
utcoffset := a_offset
|
||||
ensure
|
||||
name_initialized: name.is_equal (a_nm)
|
||||
|
||||
Reference in New Issue
Block a user