(version_etc_va): Use size_t for sizes.

This commit is contained in:
Paul Eggert 2004-08-02 22:54:36 +00:00
parent 325ec4052e
commit 596f9e22e1

View File

@ -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. */
{