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
8d3a2d4e
...
8d3a2d4ec8f99e76d5835ec793f8b094757b32f4
authored
2005-11-14 21:59:02 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(z_parse_args): change type of return_count
(mail_z): Change type of count to off_t
1 parent
041890e8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
mail/z.c
mail/z.c
View file @
8d3a2d4
...
...
@@ -33,7 +33,7 @@
static
int
z_parse_args
(
int
argc
,
char
**
argv
,
unsigned
in
t
*
return_count
,
int
*
return_dir
)
off_
t
*
return_count
,
int
*
return_dir
)
{
int
count
=
1
;
int
mul
=
1
;
...
...
@@ -107,7 +107,7 @@ z_parse_args(int argc, char **argv,
int
mail_z
(
int
argc
,
char
**
argv
)
{
unsigned
in
t
count
;
off_
t
count
;
int
dir
;
unsigned
int
pagelines
=
util_screen_lines
();
...
...
Please
register
or
sign in
to post a comment