a small revers for bcheck.o changes (d80593bc4d43)
commit96debc72f8c618b5cfdb04aee91f3671a6d6e6da
authorseyko <seyko2@gmail.com>
Mon, 30 Mar 2015 03:15:47 +0000 (30 06:15 +0300)
committerseyko <seyko2@gmail.com>
Mon, 30 Mar 2015 03:15:47 +0000 (30 06:15 +0300)
tree21b1fea78f8750a204dec485e7c4b3aec7dbaa87
parentdb08122d31a681e593c6679140d2df0cc63c8784
a small revers for bcheck.o changes (d80593bc4d43)

    replacing (addr > e->size) with (addr >= e->size)
    was correct only in one place, a second replacing
    is reversed by this commit.
lib/bcheck.c