(z_parse_args): change type of return_count
(mail_z): Change type of count to off_t
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -33,7 +33,7 @@ | ... | @@ -33,7 +33,7 @@ |
33 | 33 | ||
34 | static int | 34 | static int |
35 | z_parse_args(int argc, char **argv, | 35 | z_parse_args(int argc, char **argv, |
36 | unsigned int *return_count, int *return_dir) | 36 | off_t *return_count, int *return_dir) |
37 | { | 37 | { |
38 | int count = 1; | 38 | int count = 1; |
39 | int mul = 1; | 39 | int mul = 1; |
... | @@ -107,7 +107,7 @@ z_parse_args(int argc, char **argv, | ... | @@ -107,7 +107,7 @@ z_parse_args(int argc, char **argv, |
107 | int | 107 | int |
108 | mail_z (int argc, char **argv) | 108 | mail_z (int argc, char **argv) |
109 | { | 109 | { |
110 | unsigned int count; | 110 | off_t count; |
111 | int dir; | 111 | int dir; |
112 | unsigned int pagelines = util_screen_lines (); | 112 | unsigned int pagelines = util_screen_lines (); |
113 | 113 | ... | ... |
-
Please register or sign in to post a comment