Joel Hunsberger wrote

>Reinhard Katzmann <[EMAIL PROTECTED]>, wrote:
>
>For what it's worth, I found that the crash on startup when a file name is
on the
>command line can be fixed by following the hint Don put in the code...
>
>At lines 125/126 (and also at lines 138/139 is this code:
>
>        call getarg(1,jobname,idum) ! May need to replace this w/ next line
>c        call getarg(1,jobname)
>
>Simply changing it to:
>
>c        call getarg(1,jobname,idum) ! May need to replace this w/ next
line
>        call getarg(1,jobname)
>
>... compiles successfully, and (more importantly) runs successfully...

and now you see both (a) why I waited so long to allow command line input,
and (b) why I needn't have worried so much about it, what with self-starters
like Joel (and others) out there, who are willing to dig into the source
when necessary :-)

--Don Simons
www.geocities.com/Vienna/Strasse/7784

Reply via email to