mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
The second argument to fgetln() is a size_t *, not an int *.
This commit is contained in:
parent
81ada60e7e
commit
19ff45acc7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117477
@ -426,7 +426,7 @@ read_configuration(void)
|
||||
char *field; /* first part, the field name */
|
||||
char *args; /* second part, arguments */
|
||||
char *trail; /* remaining part after parsing, should be '' */
|
||||
int len; /* length of current line */
|
||||
size_t len; /* length of current line */
|
||||
int i,j; /* loop counters */
|
||||
action_t *action = NULL; /* current action */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user