* view.c (get_bottom_first): Renamed another EOF_offset to INVALID_OFFSET.

This commit is contained in:
Roland Illig 2004-10-16 17:30:00 +00:00
parent 689afa899a
commit 441701fc13

View File

@ -1386,7 +1386,7 @@ get_bottom_first (WView *view, int do_not_cache, int really)
if (view->growing_buffer) {
offset_type old_last_byte;
old_last_byte = EOF_offset;
old_last_byte = INVALID_OFFSET;
while (old_last_byte != view->last_byte) {
old_last_byte = view->last_byte;
get_byte (view, view->last_byte + VIEW_PAGE_SIZE);