Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
962e6b9f
...
962e6b9f22d0dcf9b65a1754bf6d07183829e44c
authored
2005-06-23 13:25:32 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(set_cursor): Use page_move(0) to correctly update the map.
1 parent
724a9c5e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
mail/page.c
mail/page.c
View file @
962e6b9
...
...
@@ -137,7 +137,7 @@ set_cursor (unsigned value)
top_of_page
=
value
;
cursor
=
0
;
page_avail
=
0
;
fill_page_map
(
);
page_move
(
0
);
}
else
cursor
=
n
-
1
;
...
...
@@ -178,7 +178,6 @@ page_do (msg_handler_t func, void *data)
size_t
page_move
(
off_t
offset
)
{
unsigned
n
;
size_t
start
;
size_t
count
=
0
;
...
...
Please
register
or
sign in
to post a comment