• Nils Goroll's avatar
    Polish fellow_busy_body_seg_next() · b59b86b8
    Nils Goroll authored
    The previous code
    
    -       if (fdsl->nsegs == fcsl->lsegs ||
    -           fcsl->segs[fdsl->nsegs].state == FCS_INIT) {
    
    was confusing, it relied on the fact that, when an fcsl has more
    segments than an fdsl, the first "surplus" segment has state FCS_INIT,
    when it makes much more sense to just check fdsl->nsegs against
    fdsl->lsegs.
    b59b86b8
Name
Last commit
Last update
LICENSES Loading commit data...
logs Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
BUGS.rst Loading commit data...
CHANGES.rst Loading commit data...
COPYING Loading commit data...
INSTALL.rst Loading commit data...
Makefile.am Loading commit data...
README.rst Loading commit data...
bootstrap Loading commit data...
configure.ac Loading commit data...