Udated to highest level of void-safety.

Fixed obsolete calls.
This commit is contained in:
jvelilla
2014-01-12 16:56:16 -03:00
parent a2cc3d8b29
commit b7750b9d06

View File

@@ -14,7 +14,7 @@ feature -- Access
template_content: STRING template_content: STRING
l_last_string: detachable STRING l_last_string: detachable STRING
do do
create l_file.make (a_path) create l_file.make_with_name (a_path)
-- We perform several checks until we make a real attempt to open the file. -- We perform several checks until we make a real attempt to open the file.
if not l_file.exists then if not l_file.exists then
print ("error: '" + a_path + "' does not exist%N") print ("error: '" + a_path + "' does not exist%N")