diff options
-rw-r--r-- | main.F90 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ implicit none current_url = " " first_line => null() - open(unit=io, form="formatted", file="/tmp/scratch", access='stream') + open(unit=io, form="formatted", status='scratch', access='stream') do while(running) |