We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e32f3 commit 51f04ccCopy full SHA for 51f04cc
sources/symmetr.c
@@ -531,7 +531,7 @@ WORD Distribute(DISTRIBUTE *d, WORD first)
531
inc = d->cycle;
532
from = inc + d->n;
533
while ( *inc ) { j++; inc++; }
534
- while ( !*inc && inc < from ) { i++; inc++; }
+ while ( inc < from && !*inc ) { i++; inc++; }
535
if ( inc >= from ) return(1);
536
d->sign ^= ((i&j)-j+1) & 1;
537
*inc = 0;
0 commit comments