M.Z.
This commit is contained in:
@@ -121,7 +121,7 @@ c if INIT exists, read it to get the port number and the start command
|
||||
|
||||
startcmd=' '
|
||||
|
||||
open (lun, file=init, status='old', iostat=ios)
|
||||
call sys_open_read(lun, init, ios)
|
||||
if (ios .eq. 0) read (lun, *, iostat=ios) port
|
||||
if (ios .eq. 0) read (lun, *, iostat=ios) ! skip options line
|
||||
if (ios .eq. 0) read (lun, '(a)', iostat=ios) startcmd
|
||||
|
||||
Reference in New Issue
Block a user