Skip to content

Commit

Permalink
Fix seq to work correctly on "Specified" mode
Browse files Browse the repository at this point in the history
On Specified mode is expected that when seq is processed the value from
DOL0 (fixed or links) is set on LNK0, if SELN = 0 (and OFFS = 0).
  • Loading branch information
gabrielfedel authored and mdavidsaver committed Feb 14, 2020
1 parent d825290 commit 90c0f5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/database/src/std/rec/seqRecord.c
Expand Up @@ -156,8 +156,6 @@ static long process(struct dbCommon *pcommon)
recGblSetSevr(prec, SOFT_ALARM, INVALID_ALARM);
return asyncFinish(prec);
}
if (grpn == 0)
return asyncFinish(prec);

lmask = 1 << grpn;
}
Expand Down

0 comments on commit 90c0f5c

Please sign in to comment.