1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 10:39:01 +02:00

(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
+1 -1
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. */
{