aboutsummaryrefslogtreecommitdiff
path: root/main.F90
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2021-04-19 09:36:21 -0400
committerJeffrey Armstrong <jeff@approximatrix.com>2021-04-19 09:36:21 -0400
commitc4274b0bb964f4e965d10cbc2b137a0bfc9c9ebf (patch)
treebaefc0578dda240eb1c12e36076928da0b48e426 /main.F90
parent313ea185e0b3e43b5d464cbce4ccf2db953e4da7 (diff)
downloadLR-87-c4274b0bb964f4e965d10cbc2b137a0bfc9c9ebf.tar.gz
LR-87-c4274b0bb964f4e965d10cbc2b137a0bfc9c9ebf.zip
Fixed rendering of single-character lines
Diffstat (limited to 'main.F90')
-rw-r--r--main.F902
1 files changed, 1 insertions, 1 deletions
diff --git a/main.F90 b/main.F90
index 90a6669..c50d511 100644
--- a/main.F90
+++ b/main.F90
@@ -127,7 +127,7 @@ implicit none
current_url = " "
first_line => null()
- open(unit=io, form="formatted", status="scratch", access='stream')
+ open(unit=io, form="formatted", file="/tmp/scratch", access='stream')
do while(running)