aboutsummaryrefslogtreecommitdiff
path: root/files.f90
diff options
context:
space:
mode:
Diffstat (limited to 'files.f90')
-rw-r--r--files.f902
1 files changed, 2 insertions, 0 deletions
diff --git a/files.f90 b/files.f90
index 9da1ae8..c09e535 100644
--- a/files.f90
+++ b/files.f90
@@ -187,6 +187,7 @@ contains
call read_line_text(unit_number, first_line%text, iostatus)
first_line%next => null()
+ first_line%breaks => null()
walker=>first_line
@@ -196,6 +197,7 @@ contains
allocate(next_line)
next_line%next => null()
+ next_line%breaks => null()
walker%next => next_line
next_line => null()