Fix crash on adding items near book end
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 12 Oct 2011 15:43:33 +0000 (17:43 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Wed, 12 Oct 2011 15:56:40 +0000 (17:56 +0200)
commit6e49be9af735766630fd7b2fdb646127b126c873
treef40212ceb974e41fd2e4782a1f8c6487cd20d62e
parent09d925e8732793829e2a2a2abe582a46343e3fd2
Fix crash on adding items near book end

When Edit Book would add so many entries near the end of an opening
book that the end of the added info would surpass the old end of the
file, the copying of the tail got stuck in an infinite loop, extending
the file without limit with repeating info.
book.c