Skip to content

Commit

Permalink
[repatch] Allow setting ContinuationLines to 0, meaning infinity
Browse files Browse the repository at this point in the history
Repatched 2b2592c (#441)
  • Loading branch information
magv authored and tueda committed Apr 19, 2023
1 parent c953772 commit 12bf103
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sources/setfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,6 @@ int AllocSetups(VOID)

sp = GetSetupPar((UBYTE *)"continuationlines");
AM.FortranCont = sp->value;
if ( AM.FortranCont <= 0 ) AM.FortranCont = 1;
sp = GetSetupPar((UBYTE *)"oldorder");
AM.OldOrderFlag = sp->value;
sp = GetSetupPar((UBYTE *)"resettimeonclear");
Expand Down

0 comments on commit 12bf103

Please sign in to comment.