2019-01-26 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/89020
* io/close.c (st_close): Fix typo.
From-SVN: r268309
+2019-01-26 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ PR libfortran/89020
+ * io/close.c (st_close): Fix typo.
+
2019-01-26 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/89020
#if !HAVE_UNLINK_OPEN_FILE
if (path != NULL)
{
- if (remove (u->filename))
+ if (remove (path))
generate_error (&clp->common, LIBERROR_OS,
"File cannot be deleted, possibly in use by"
" another process");