Small code tidy to make it more understandable.
This commit is contained in:
parent
3fb194afa4
commit
8a3a452ea9
|
@ -195,8 +195,8 @@ for (;;)
|
||||||
case OP_SCBRA:
|
case OP_SCBRA:
|
||||||
case OP_CBRAPOS:
|
case OP_CBRAPOS:
|
||||||
case OP_SCBRAPOS:
|
case OP_SCBRAPOS:
|
||||||
recno = dupcapused? prev_cap_recno - 1 : (int)GET2(cc, 1+LINK_SIZE);
|
recno = (int)GET2(cc, 1+LINK_SIZE);
|
||||||
if (recno != prev_cap_recno)
|
if (dupcapused || recno != prev_cap_recno)
|
||||||
{
|
{
|
||||||
prev_cap_recno = recno;
|
prev_cap_recno = recno;
|
||||||
prev_cap_d = find_minlength(re, cc, startcode, utf, recurses, countptr,
|
prev_cap_d = find_minlength(re, cc, startcode, utf, recurses, countptr,
|
||||||
|
|
Loading…
Reference in New Issue