mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-30 11:42:54 +03:00
* view.c (get_bottom_first): Renamed another EOF_offset to INVALID_OFFSET.
This commit is contained in:
parent
689afa899a
commit
441701fc13
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user