Skip to content

Commit b7750b9

Browse files
committed
Udated to highest level of void-safety.
Fixed obsolete calls.
1 parent a2cc3d8 commit b7750b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/extras/file/json_file_reader.e

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ feature -- Access
1414
template_content: STRING
1515
l_last_string: detachable STRING
1616
do
17-
create l_file.make (a_path)
17+
create l_file.make_with_name (a_path)
1818
-- We perform several checks until we make a real attempt to open the file.
1919
if not l_file.exists then
2020
print ("error: '" + a_path + "' does not exist%N")

0 commit comments

Comments
 (0)