aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/unix.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-01-05 08:56:00 +0000
committerJakub Jelinek <jakub@redhat.com>2006-01-05 08:56:00 +0000
commitb6f29c0d425f06038e2579bab480efd10bb5191b (patch)
treeb816efed77de2adac2f6a267439dd91ad249beaa /libgfortran/io/unix.c
parent21f0eaeb6eed8b34158ac9e2d2f6284c3d644184 (diff)
svn merge -r108957:109369 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_1-branch
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/redhat/gcc-4_1-branch@109374 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/io/unix.c')
-rw-r--r--libgfortran/io/unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/io/unix.c b/libgfortran/io/unix.c
index 6750b6f6142..237f09e9930 100644
--- a/libgfortran/io/unix.c
+++ b/libgfortran/io/unix.c
@@ -601,7 +601,7 @@ fd_truncate (unix_stream * s)
}
s->physical_offset = s->file_length = s->logical_offset;
-
+ s->active = 0;
return SUCCESS;
}