mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-04 23:43:45 +08:00
(version_etc_va): Use size_t for sizes.
This commit is contained in:
parent
325ec4052e
commit
596f9e22e1
@ -46,7 +46,7 @@ version_etc_va (FILE *stream,
|
||||
const char *command_name, const char *package,
|
||||
const char *version, va_list authors)
|
||||
{
|
||||
unsigned int n_authors;
|
||||
size_t n_authors;
|
||||
|
||||
/* Count the number of authors. */
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user